Class: Kaminari::Helpers::FirstPage

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

Overview

Link with page number that appears at the leftmost

Instance Method Summary collapse

Methods included from Link

#to_s, #url

Methods inherited from Tag

#initialize, #page_url_for, #partial_path, #to_s

Constructor Details

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

Instance Method Details

#pageObject

:nodoc:



72
73
74
# File 'lib/kaminari/helpers/tags.rb', line 72

def page #:nodoc:
  1
end