Class: Kaminari::PaginatableArray
- Inherits:
-
Array
- Object
- Array
- Kaminari::PaginatableArray
- Defined in:
- lib/kaminari/array_extension_fix.rb
Instance Method Summary collapse
-
#reorder(*args) ⇒ Object
AA tries to reorder selection to ease SQL count query In cases when we use array as a collection source we need this method to do nothing and be chainable.
Instance Method Details
#reorder(*args) ⇒ Object
AA tries to reorder selection to ease SQL count query In cases when we use array as a collection source we
need this method to do nothing and be chainable
6 7 8 |
# File 'lib/kaminari/array_extension_fix.rb', line 6 def reorder(*args) self end |