Class: Author

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/dummy/templates/models/author.rb

Instance Method Summary collapse

Instance Method Details

#releaf_titleObject



7
8
9
# File 'lib/generators/dummy/templates/models/author.rb', line 7

def releaf_title
  "#{name} #{surname}"
end