class SimplePaginate::Helpers::Page

Public Instance Methods

page() click to toggle source
# File lib/simple_paginate/helpers/tags.rb, line 63
def page
  @options[:page]
end
to_s(locals = {}) click to toggle source
Calls superclass method SimplePaginate::Helpers::Link#to_s
# File lib/simple_paginate/helpers/tags.rb, line 67
def to_s(locals = {})
  super locals.merge(page: page)
end