Module: Exo::PaginationHelper

Defined in:
app/helpers/exo/pagination_helper.rb

Instance Method Summary collapse

Instance Method Details

#paginate(scope) ⇒ Object



7
8
9
# File 'app/helpers/exo/pagination_helper.rb', line 7

def paginate scope
  Pagination.new scope, params
end

#paginate_scope(scope) ⇒ Object



3
4
5
# File 'app/helpers/exo/pagination_helper.rb', line 3

def paginate_scope scope
  scope
end