Class: Goldencobra::Author
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Goldencobra::Author
- Defined in:
- app/models/goldencobra/author.rb
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
12 13 14 |
# File 'app/models/goldencobra/author.rb', line 12 def title [self.try(:firstname), self.try(:lastname)].join(" ") end |