Class: YARD::Handlers::Ruby::ActiveRecord::Associations::HasAndBelongsToManyHandler
- Inherits:
-
PluralHandler
- Object
- MethodHandler
- Base
- PluralHandler
- YARD::Handlers::Ruby::ActiveRecord::Associations::HasAndBelongsToManyHandler
- Defined in:
- lib/yard-activerecord/associations/has_and_belongs_to_many_handler.rb
Instance Method Summary collapse
Methods inherited from PluralHandler
Methods inherited from Base
Instance Method Details
#group_name ⇒ Object
7 8 9 |
# File 'lib/yard-activerecord/associations/has_and_belongs_to_many_handler.rb', line 7 def group_name 'Has and belongs to many' end |