5 lines
191 B
Ruby
5 lines
191 B
Ruby
|
module ConferencesHelper
|
||
|
TABS = [:show, :edit, :hosts, :workshops, :schedule, :registration]
|
||
|
SUB_TABS = [:registration, :registration_form, :registration_register, :registration_stats]
|
||
|
end
|