Hi,
I'm migrating my application from rails 2-4 and we used acts_as_reportable gem for generating reports.
I see that this gem is a replacement for acts_as_reportable? If so then can you please tell me how to do ordering based on some columns and how to apply .where clause?
Hi,
I'm migrating my application from rails 2-4 and we used
acts_as_reportablegem for generating reports.I see that this gem is a replacement for acts_as_reportable? If so then can you please tell me how to do
orderingbased on some columns and how to apply.whereclause?