module Kaminari::Helpers::Page

A page

Public Instance Methods

page() click to toggle source

target page number

# File lib/kaminari/helpers/tags.rb, line 166
def page
  raise 'Override page with the actual page value to be a Page.'
end