How to set pagination to the rails. - 2016chubachi/mcamp GitHub Wiki
1.Add to below gem to Gemfile.
gem 'will_paginate', '3.1.0'
-
Run below command. $ bundle install
-
add below sentence to the xxx.html.erb <%= will_paginate %>
<%= will_paginate %>
1.Add to below gem to Gemfile.
gem 'will_paginate', '3.1.0'
Run below command. $ bundle install
add below sentence to the xxx.html.erb <%= will_paginate %>
<%= will_paginate %>