Class: Pageflow::Account

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

Instance Method Summary collapse

Instance Method Details

#build_default_theming(*args) ⇒ Object



16
17
18
19
20
# File 'app/models/pageflow/account.rb', line 16

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