Class: SimplePaginate::Helpers::NextPage

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



79
80
81
# File 'lib/simple_paginate/helpers/tags.rb', line 79

def page
  @options[:current_page] + 1
end