97583e410c
- This PR adds the ability to enable and disable features for an account from the super admin.
7 lines
132 B
Ruby
7 lines
132 B
Ruby
require 'administrate/field/base'
|
|
|
|
class Enterprise::AccountFeaturesField < Administrate::Field::Base
|
|
def to_s
|
|
data
|
|
end
|
|
end
|