RailsCasts Pro episodes are now free!

Learn more or hide this

StonJarks's Profile

GitHub User: StonJarks

Comments by

Avatar

I'm struggling also with the point of limiting the predicates to some possibilities.

I tried out:

_condition_fields.html.erb
<%= f.predicate_select :only => ['eq'] %>

but this didn't work. Unfortunately, the documentation seems not to help.