Class: YARD::Handlers::Ruby::ActiveRecord::Associations::PluralHandler
- Inherits:
-
Base
- Object
- MethodHandler
- Base
- YARD::Handlers::Ruby::ActiveRecord::Associations::PluralHandler
show all
- Defined in:
- lib/yard-activerecord/associations/plural_handler.rb
Instance Method Summary
collapse
Methods inherited from Base
#group_name, #process
Instance Method Details
#class_name ⇒ Object
5
6
7
|
# File 'lib/yard-activerecord/associations/plural_handler.rb', line 5
def class_name
"ActiveRecord::Relation<#{super(true)}>"
end
|