Class: Jobshop::Customer::Contact

Inherits:
ApplicationRecord show all
Defined in:
app/models/jobshop/customer/contact.rb

Instance Method Summary collapse

Instance Method Details

#full_nameObject



15
16
17
# File 'app/models/jobshop/customer/contact.rb', line 15

def full_name
  @name = [ forename, surname ].join(" ")
end