Class: Goldencobra::Author

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

Instance Method Summary collapse

Instance Method Details

#titleObject



8
9
10
# File 'app/models/goldencobra/author.rb', line 8

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