Class: Goldencobra::Author

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/goldencobra/author.rb

Instance Method Summary collapse

Instance Method Details

#titleObject



10
11
12
# File 'app/models/goldencobra/author.rb', line 10

def title
	[self.try(:firstname), self.try(:lastname)].join(" ")
end