Open kwerle opened 8 years ago
Line 288 of wice_grid-3.6.2/lib/wice_grid.rb reads
initial_conditions_active_relation = @klass.where(@status[:conditions])
This looks like a reason wice seems to be acting like it is failing to ignore scope for me.
Nope that could not be the case, since that is only used to build the conditions, which are later applied to the given @relation.
@relation
Line 288 of wice_grid-3.6.2/lib/wice_grid.rb reads
initial_conditions_active_relation = @klass.where(@status[:conditions])
This looks like a reason wice seems to be acting like it is failing to ignore scope for me.