provideal / tabulatr

A tight DSL to build tables of ActiveRecord or Mongoid models with sorting, pagination, finding/filtering, selecting and batch actions. Tries to do for tables what formtastic and simple_form did for forms.
Other
160 stars 15 forks source link

Filters don't work with associations #22

Open troya2 opened 13 years ago

troya2 commented 13 years ago

When filtering on a column based on an association, the filter simply doesn't work. The sql is wrong. It looks like someone got close, but commented it out on line 199 of find_for_table.rb.