class Trample::Metadata::Pagination
Public Instance Methods
next?()
click to toggle source
# File lib/trample/metadata.rb, line 13 def next? (current_page * per_page) < total end
# File lib/trample/metadata.rb, line 13 def next? (current_page * per_page) < total end