Class: Contact

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Faalis::Concerns::Authorizable
Defined in:
app/models/contact.rb

Instance Method Summary collapse

Instance Method Details

#nameObject

validates_with ValueValidator



8
9
10
11
# File 'app/models/contact.rb', line 8

def name
    "#{organization} - #{first_name} #{last_name}"

end