Module: SearchObject::Plugin::WillPaginate
- Includes:
- Paging
- Defined in:
- lib/search_object/plugin/will_paginate.rb
Instance Attribute Summary
Attributes included from Paging
Class Method Summary collapse
Methods included from Paging
Class Method Details
.included(base) ⇒ Object
8 9 10 |
# File 'lib/search_object/plugin/will_paginate.rb', line 8 def self.included(base) base.extend Paging::ClassMethods end |