This commit is contained in:
Akira Matsuda 2016-12-08 16:37:10 +09:00
parent 5632ba9d10
commit efe33119fb
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ User.page(3).without_count
In your view file, you can only use simple helpers like the following instead of the full-featured `paginate` helper:
```erb
<%= link_to_next_page @users, 'Previous Page' %>
<%= link_to_prev_page @users, 'Previous Page' %>
<%= link_to_next_page @users, 'Next Page' %>
```