Skip to content

Commit

Permalink
Activate WillPaginate.per_page again as this was a red herring.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 25, 2012
1 parent 3d0bf80 commit 27bc759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/refinery/core/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def refinery_inclusion!
end

initializer "refinery.will_paginate" do
#WillPaginate.per_page = 20
WillPaginate.per_page = 20
end

initializer "register refinery_core plugin" do
Expand Down

0 comments on commit 27bc759

Please sign in to comment.