class SimplePaginate::Helpers::PrevPage

Public Instance Methods

page() click to toggle source
# File lib/simple_paginate/helpers/tags.rb, line 75
def page
  @options[:current_page] - 1
end