diff options
Diffstat (limited to 'app/controllers/list_controller.rb')
-rw-r--r-- | app/controllers/list_controller.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/controllers/list_controller.rb b/app/controllers/list_controller.rb index 117b93c7a..0bd336573 100644 --- a/app/controllers/list_controller.rb +++ b/app/controllers/list_controller.rb @@ -4,12 +4,13 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: list_controller.rb,v 1.2 2007-10-09 11:30:01 francis Exp $ +# $Id: list_controller.rb,v 1.3 2007-10-09 17:29:43 francis Exp $ class ListController < ApplicationController - def index @info_request_pages, @info_requests = paginate :info_requests, :per_page => 25, :order => "created_at desc" end + private + end |