Class: Blogr::User

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

Instance Method Summary collapse

Instance Method Details

#nameObject



9
10
11
# File 'app/models/blogr/user.rb', line 9

def name
	[first_name, last_name].join(" ")	
end