Class: YARD::Handlers::Ruby::ActiveRecord::Associations::PluralHandler

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

Direct Known Subclasses

HasAndBelongsToManyHandler, HasManyHandler

Instance Method Summary collapse

Methods inherited from Base

#group_name, #process

Instance Method Details

#class_nameObject



5
6
7
# File 'lib/yard-activerecord/associations/plural_handler.rb', line 5

def class_name
  "ActiveRecord::Relation<#{super(true)}>"
end