Class: SimplePaginate::Helpers::PrevPage

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

Instance Method Summary collapse

Methods included from Link

#to_s, #url

Methods inherited from Tag

#initialize, #page_url_for, #to_s

Constructor Details

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

Instance Method Details

#pageObject



71
72
73
# File 'lib/simple_paginate/helpers/tags.rb', line 71

def page
  @options[:current_page] - 1
end