Class: Daylite::User

Inherits:
Base show all
Defined in:
app/models/daylite/user.rb

Instance Method Summary collapse

Methods inherited from Base

#method_missing, #readonly?

Methods inherited from ActiveRecord::Base

openbase_connection

Dynamic Method Handling

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

Instance Method Details

#nameObject



7
8
9
# File 'app/models/daylite/user.rb', line 7

def name
  contact.cachedName
end