Class: Kaminari::Helpers::NextLink
- Defined in:
- lib/kaminari/helpers/tags.rb
Overview
“Next” with link
Instance Method Summary collapse
-
#page ⇒ Object
:nodoc:.
Methods included from Renderable
Methods included from Link
Methods included from Page
Methods inherited from Tag
Constructor Details
This class inherits a constructor from Kaminari::Helpers::Tag
Instance Method Details
#page ⇒ Object
:nodoc:
227 228 229 |
# File 'lib/kaminari/helpers/tags.rb', line 227 def page #:nodoc: @options[:current_page] + 1 end |