Skip to content

Commit

Permalink
upped per_page to 50 on contact_congress_letters
Browse files Browse the repository at this point in the history
  • Loading branch information
opencongress committed Aug 15, 2011
1 parent c1e174f commit c041c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/contact_congress_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ def index

def letters
@page_title = 'Contact Congress Letters'
@letters = ContactCongressLetter.order('created_at DESC').all.paginate(:per_page => 4, :page => params[:page])
@letters = ContactCongressLetter.order('created_at DESC').all.paginate(:per_page => 50, :page => params[:page])
end
end

0 comments on commit c041c94

Please sign in to comment.