bouquins-ror/app/helpers/application_helper.rb

7 lines
84 B
Ruby
Raw Normal View History

2015-06-28 08:40:19 +00:00
module ApplicationHelper
2015-06-29 18:08:57 +00:00
# set per_page globally
WillPaginate.per_page = 10
2015-06-28 08:40:19 +00:00
end