Class: Daylite::User
- Inherits:
-
Base
- Object
- ActiveRecord::Base
- Base
- Daylite::User
- Defined in:
- app/models/daylite/user.rb
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from ActiveRecord::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Daylite::Base
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'app/models/daylite/user.rb', line 7 def name contact.cachedName end |