Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ermolaev committed Apr 13, 2023
1 parent dd36890 commit a326ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The builder predefined next _SQL Literals_
| `set` | `/*set*/` |

### Custom SQL Literals
Use `sql_literal` to inject SQL into Builder from `String`, `Builder`, `ActiveRecord::Relation`, or any object that implements the `to_sql` method.
Use `sql_literal` to inject SQL into Builder from `String`, `Builder`, `ActiveRecord::Relation`, or any object that implements `to_sql` method.

```ruby
user_builder = conn
Expand Down

0 comments on commit a326ad6

Please sign in to comment.