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

Add a check to make sure that Relation#count returns a Fixnum #20

Closed mgates closed 13 years ago

mgates commented 13 years ago

group makes AR return a hash for #count, that made the paginator choke, now it doesn't.

provideal commented 13 years ago

Good catch. Thanks a lot.

René

getaaron commented 8 years ago

Thanks again @mgates