Class: Libertree::Model::AccountSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/libertree/model/account-settings.rb

Instance Method Summary collapse

Instance Method Details

#dirtyObject



9
10
11
# File 'lib/libertree/model/account-settings.rb', line 9

def dirty
  @theme = nil
end

#themeObject



5
6
7
# File 'lib/libertree/model/account-settings.rb', line 5

def theme
  @theme ||= super
end