Class: User

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
FriendlyId
Defined in:
app/models/user.rb

Instance Method Summary collapse

Instance Method Details

#full_nameObject



21
22
23
# File 'app/models/user.rb', line 21

def full_name
  "#{first_name} #{last_name}"
end