- Revamp the super admin design - Introduce a new settings page for support and billing settings - Move the access tokens into users, agent bots and platform app show pages Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
6 lines
201 B
Ruby
6 lines
201 B
Ruby
module SuperAdmin::FeaturesHelper
|
|
def self.available_features
|
|
YAML.load(ERB.new(Rails.root.join('enterprise/app/helpers/super_admin/features.yml').read).result).with_indifferent_access
|
|
end
|
|
end
|