Class: Kaminari::Helpers::NextPage

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

Overview

The “next” page of the current page

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:



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

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