Module: Gitlab::Reflections::Relationships::Handlers
- Defined in:
- lib/gitlab/reflections/relationships/handlers/base_handler.rb,
lib/gitlab/reflections/relationships/handlers/habtm_handler.rb,
lib/gitlab/reflections/relationships/handlers/belongs_to_handler.rb,
lib/gitlab/reflections/relationships/handlers/active_storage_handler.rb,
lib/gitlab/reflections/relationships/handlers/has_association_handler.rb,
lib/gitlab/reflections/relationships/handlers/through_association_handler.rb,
lib/gitlab/reflections/relationships/handlers/polymorphic_belongs_to_handler.rb,
lib/gitlab/reflections/relationships/handlers/polymorphic_has_association_handler.rb
Defined Under Namespace
Classes: ActiveStorageHandler, BaseHandler, BelongsToHandler, HabtmHandler, HasAssociationHandler, PolymorphicBelongsToHandler, PolymorphicHasAssociationHandler, ThroughAssociationHandler