How to set pagination to the rails. - 2016chubachi/mcamp GitHub Wiki

1.Add to below gem to Gemfile.

gem 'will_paginate', '3.1.0'

  1. Run below command. $ bundle install

  2. add below sentence to the xxx.html.erb <%= will_paginate %>

<%= will_paginate %>

http://qiita.com/succi0303/items/de84902b323b0913a3ba