Module: Googletastic::Mixins::Pagination::ClassMethods
- Defined in:
- lib/googletastic/mixins/pagination.rb
Instance Method Summary collapse
-
#paginate(*args, &block) ⇒ Object
needs to track category and such.
Instance Method Details
#paginate(*args, &block) ⇒ Object
needs to track category and such
13 14 15 16 17 18 19 20 |
# File 'lib/googletastic/mixins/pagination.rb', line 13 def paginate(*args, &block) = args. per_page = [:per_page] page = [:page] || 1 end |