Skip to content

Commit

Permalink
Add note, that different library is used for construction and handlin…
Browse files Browse the repository at this point in the history
…g query dsls
  • Loading branch information
waterlink committed Jul 26, 2016
1 parent b290090 commit 313eda6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ Person.where({ :first_name => "John" }) #=> Error: unable to call private met

### Query DSL

This library uses https://github.com/waterlink/query.cr/ for handling query
construction and query DSL.

Generally to use `#criteria` DSL method, you need to `include
ActiveRecord::CriteriaHelper`, but inside of your model code you
don't need to do that.
Expand Down

0 comments on commit 313eda6

Please sign in to comment.