Method: Ramaze::Pager#next_page
- Defined in:
- lib/ramaze/helper/pager.rb
#next_page ⇒ Object
Return the index of the next page.
163 164 165 |
# File 'lib/ramaze/helper/pager.rb', line 163 def next_page [@page + 1, @page_count].min end |