Class: Goldencobra::Author

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

Instance Method Summary collapse

Instance Method Details

#titleObject



6
7
8
# File 'app/models/goldencobra/author.rb', line 6

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