Class: Kaminari::Helpers::NextPage
- Includes:
- Link
- Defined in:
- lib/kaminari/helpers/tags.rb
Overview
The “next” page of the current page
Instance Method Summary collapse
-
#page ⇒ Object
:nodoc:.
Methods included from Link
Methods inherited from Tag
#initialize, #page_url_for, #to_s
Constructor Details
This class inherits a constructor from Kaminari::Helpers::Tag
Instance Method Details
#page ⇒ Object
:nodoc:
86 87 88 |
# File 'lib/kaminari/helpers/tags.rb', line 86 def page #:nodoc: @options[:current_page] + 1 end |