Class: Kaminari::Helpers::Page

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

Overview

A page

Instance Method Summary collapse

Methods included from Link

#url

Methods inherited from Tag

#initialize, #page_url_for

Constructor Details

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

Instance Method Details

#pageObject

target page number



92
93
94
# File 'lib/kaminari/helpers/tags.rb', line 92

def page
  @options[:page]
end

#to_s(locals = {}) ⇒ Object

:nodoc:



95
96
97
98
# File 'lib/kaminari/helpers/tags.rb', line 95

def to_s(locals = {}) #:nodoc:
  locals[:page] = page
  super locals
end