Module: ActionSet::Helpers::HelperMethods

Defined in:
lib/action_set/helpers/helper_methods.rb

Instance Method Summary collapse

Instance Method Details

#paginate(set) ⇒ Object



13
14
15
# File 'lib/action_set/helpers/helper_methods.rb', line 13

def paginate(set)
  Helpers::Paginator.new(self).render(set)
end


9
10
11
# File 'lib/action_set/helpers/helper_methods.rb', line 9

def sort_link(column, title)
  Helpers::SortLinker.new(self).render(column, title)
end