Skip to content

Commit

Permalink
Update documentation about literal usage
Browse files Browse the repository at this point in the history
  • Loading branch information
manuquentin committed Apr 25, 2018
1 parent 2f814b1 commit 5e6e99d
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 @@ -148,7 +148,7 @@ class Account < ApplicationRecord
end
```

Custom index can be handled with a `Arel::Nodes::SqlLiteral` instance:
Custom index can be handled with a Hash containing a literal key :

```ruby
class Account < ApplicationRecord
Expand Down

0 comments on commit 5e6e99d

Please sign in to comment.