Class: Libertree::Model::AccountSettings
- Inherits:
-
Object
- Object
- Libertree::Model::AccountSettings
- Defined in:
- lib/libertree/model/account-settings.rb
Instance Method Summary collapse
Instance Method Details
#dirty ⇒ Object
9 10 11 |
# File 'lib/libertree/model/account-settings.rb', line 9 def dirty @theme = nil end |
#theme ⇒ Object
5 6 7 |
# File 'lib/libertree/model/account-settings.rb', line 5 def theme @theme ||= super end |