feat: Ability to manage account features from super admin (#5455)

- This PR adds the ability to enable and disable features for an account from the super admin.
This commit is contained in:
Sojan Jose
2022-09-19 14:57:21 -07:00
committed by GitHub
parent 678a0af962
commit 97583e410c
5 changed files with 33 additions and 3 deletions
@@ -0,0 +1,7 @@
require 'administrate/field/base'
class Enterprise::AccountFeaturesField < Administrate::Field::Base
def to_s
data
end
end