docbrown/app/lib/constants/settings.rb
Ben Halpern a4a1de964d
Move features along in deprecation status ✂️ (#20315)
* Move features along in deprecation status

* Remove unnecessary tests
2023-11-07 09:50:08 -05:00

12 lines
181 B
Ruby

module Constants
module Settings
TAB_LIST = %w[
Profile
Customization
Notifications
Account
Organization
Extensions
].freeze
end
end