tracks/app/helpers/contexts_helper.rb

13 lines
226 B
Ruby
Raw Normal View History

module ContextsHelper
def get_listing_sortable_options
{
:tag => 'div',
:handle => 'handle',
:complete => visual_effect(:highlight, 'list-contexts'),
:url => order_contexts_path
}
end
end