Class: Kaminari::Helpers::CurrentPage
- Defined in:
- lib/kaminari/helpers/tags.rb
Overview
Non-link tag showing the current page number
Instance Method Summary collapse
-
#page ⇒ Object
:nodoc:.
Methods included from Renderable
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:
245 246 247 |
# File 'lib/kaminari/helpers/tags.rb', line 245 def page #:nodoc: @options[:page] end |