Class: Goldencobra::Author

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

Instance Method Summary collapse

Instance Method Details

#titleObject



12
13
14
# File 'app/models/goldencobra/author.rb', line 12

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