RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: StonJarks
I'm struggling also with the point of limiting the predicates to some possibilities.
I tried out:
<%= f.predicate_select :only => ['eq'] %>
but this didn't work. Unfortunately, the documentation seems not to help.
I'm struggling also with the point of limiting the predicates to some possibilities.
I tried out:
<%= f.predicate_select :only => ['eq'] %>
but this didn't work. Unfortunately, the documentation seems not to help.