BikeBikeBike/app/helpers/conferences_helper.rb

5 lines
191 B
Ruby
Raw Normal View History

2014-03-09 14:43:33 -06:00
module ConferencesHelper
TABS = [:show, :edit, :hosts, :workshops, :schedule, :registration]
SUB_TABS = [:registration, :registration_form, :registration_register, :registration_stats]
end