I have installed the plugin eagerfindersql.
if i try to insert :limit and offset in find:
events=Event.findall, :limit=>10,
ffset => 0,:include =>
[:event_type_names,{:event_dates => {lace => :locality}}],
:finder_sql => query,
:column_mapping => {...
this not works and show all elements.
if i try to insert limit in query. the events that returning are less of
10.
Beacuse all events have more event_dates.
How i can to use limit???
Thanks



all, :limit=>10,
ffset => 0,:include =>
lace => :locality}}],

Bookmarks