Class: BootstrapPager::Helpers::PrevPage

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

Overview

The “previous” page of the current page

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 BootstrapPager::Helpers::Tag

Instance Method Details

#pageObject

:nodoc:



81
82
83
# File 'lib/bootstrap_pager/helpers/tags.rb', line 81

def page #:nodoc:
  @options[:current_page] - 1
end