Class: YARD::Handlers::Ruby::ActiveRecord::Associations::HasManyHandler

Inherits:
PluralHandler
  • Object
show all
Defined in:
lib/yard-activerecord/associations/has_many_handler.rb

Instance Method Summary collapse

Methods inherited from PluralHandler

#class_name

Methods inherited from Base

#process

Instance Method Details

#return_descriptionObject



7
8
9
# File 'lib/yard-activerecord/associations/has_many_handler.rb', line 7

def return_description
  "#{namespace} <b>has many</b> #{method_name}"
end