Module: ActionSet::Helpers::HelperMethods
- Defined in:
- lib/action_set/helpers/helper_methods.rb
Instance Method Summary collapse
Instance Method Details
#pagination_links_for(set) ⇒ Object
13 14 15 |
# File 'lib/action_set/helpers/helper_methods.rb', line 13 def pagination_links_for(set) Helpers::Paginator.new(self).render(set) end |
#sort_link_for(column, title = nil) ⇒ Object
9 10 11 |
# File 'lib/action_set/helpers/helper_methods.rb', line 9 def sort_link_for(column, title = nil) Helpers::SortLinker.new(self).render(column, title) end |