Class: Pageflow::Account

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
FeatureTarget
Defined in:
app/models/pageflow/account.rb

Constant Summary

Constants included from FeatureTarget

FeatureTarget::STATE_MAPPING

Instance Method Summary collapse

Methods included from FeatureTarget

#enabled_feature_names, #feature_state, #feature_states=, #features_configuration

Instance Method Details

#build_default_theming(*args) ⇒ Object



18
19
20
21
22
# File 'app/models/pageflow/account.rb', line 18

def build_default_theming(*args)
  super.tap do |theming|
    theming. = self
  end
end