Class: Woody::Decorators::BrandUser

Inherits:
User
  • Object
show all
Defined in:
lib/woody/decorators/brand_user.rb

Instance Method Summary collapse

Methods inherited from User

#exist?, #first_name, #full_name, #id, #initialize, #last_name, #short_name

Methods inherited from Base

#initialize, #method_missing

Constructor Details

This class inherits a constructor from Woody::Decorators::User

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Woody::Decorators::Base

Instance Method Details

#avatarObject



6
7
8
# File 'lib/woody/decorators/brand_user.rb', line 6

def avatar
  super('brands')
end