Module: Georgia::PaginationHelper
- Defined in:
- app/helpers/georgia/pagination_helper.rb
Instance Method Summary collapse
Instance Method Details
#pagination_tag(search, options = {}) ⇒ Object
4 5 6 |
# File 'app/helpers/georgia/pagination_helper.rb', line 4 def pagination_tag search, ={} Georgia::PaginationPresenter.new(self, search, ) end |