DUH! Figured it out...
<%= link_to "Show 50 records", {:action => "report", :records => 50 } %>
@object_records = object.find(:all, :limit => params[:records])
DUH! Figured it out...
<%= link_to "Show 50 records", {:action => "report", :records => 50 } %>
@object_records = object.find(:all, :limit => params[:records])