16 lines
251 B
Ruby
16 lines
251 B
Ruby
module Constants
|
|
module Settings
|
|
TAB_LIST = %w[
|
|
Profile
|
|
UX
|
|
Integrations
|
|
Notifications
|
|
Publishing\ from\ RSS
|
|
Organization
|
|
Response\ Templates
|
|
Billing
|
|
Account
|
|
Misc
|
|
].freeze
|
|
end
|
|
end
|