Method: Account#current_theme

Defined in:
app/models/account.rb

#current_themeObject

Get the name of the current theme - which is simply the account prefix




232
233
234
# File 'app/models/account.rb', line 232

def current_theme
  
end