Libraries
»
api_engine_base
(0.2.0)
»
Index
»
User
»
#full_name
Method: User#full_name
Defined in:
app/models/user.rb
#
full_name
⇒
Object
45 46 47
# File 'app/models/user.rb', line 45
def
full_name
"#{first_name} #{last_name}"
end