Method: Account#current_theme
- Defined in:
- app/models/account.rb
#current_theme ⇒ Object
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 account_prefix end |