Class: Kaminari::Helpers::PageLink

Inherits:
Tag
  • Object
show all
Includes:
Link, Page
Defined in:
lib/kaminari/helpers/tags.rb

Overview

Link showing page number

Direct Known Subclasses

FirstPageLink, LastPageLink

Instance Method Summary collapse

Methods included from Link

#to_s, #url

Methods included from Page

#to_s

Methods included from Renderable

included

Methods inherited from Tag

#initialize, #to_s

Constructor Details

This class inherits a constructor from Kaminari::Helpers::Tag

Instance Method Details

#pageObject

:nodoc:



236
237
238
# File 'lib/kaminari/helpers/tags.rb', line 236

def page #:nodoc:
  @options[:page]
end