tracks/app/helpers/contexts_helper.rb
2008-05-20 21:28:26 +01:00

12 lines
226 B
Ruby

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