class SimplePaginate::Helpers::NextPage
Public Instance Methods
page()
click to toggle source
# File lib/simple_paginate/helpers/tags.rb, line 83 def page @options[:current_page] + 1 end
# File lib/simple_paginate/helpers/tags.rb, line 83 def page @options[:current_page] + 1 end