class Pading::Actionview::Tag::PrevPage

Public Instance Methods

page() click to toggle source
# File lib/pading/actionview/tags.rb, line 73
def page

    @options[:current_page_number] - 1
end