module BootstrapPager::DataMapperExtension::Paginating

Public Instance Methods

all(options={}) click to toggle source
Calls superclass method
# File lib/bootstrap_pager/models/data_mapper_extension.rb, line 17
def all(options={})
  super.extend Paginating
end
per(num) click to toggle source
Calls superclass method BootstrapPager::PageScopeMethods#per
# File lib/bootstrap_pager/models/data_mapper_extension.rb, line 21
def per(num)
  super.extend Paginating
end