You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both filter and where need to be settable as ConfiguredNodes. Maybe something like:
my_rel.where!({'foo' => 'bar'}, opts_hash) # sets the query
my_rel.where!(:foo, other_opts_hash) # merge other_opts into opts
The text was updated successfully, but these errors were encountered:
Both filter and where need to be settable as ConfiguredNodes. Maybe something like:
my_rel.where!({'foo' => 'bar'}, opts_hash) # sets the query
my_rel.where!(:foo, other_opts_hash) # merge other_opts into opts
The text was updated successfully, but these errors were encountered: