Class: ActiveRecord::Associations::JoinDependency
- Inherits:
-
Object
- Object
- ActiveRecord::Associations::JoinDependency
- Defined in:
- lib/praxis/extensions/attribute_filtering/active_record_patches/5x.rb,
lib/praxis/extensions/attribute_filtering/active_record_patches/6_0.rb,
lib/praxis/extensions/attribute_filtering/active_record_patches/6_1_plus.rb
Defined Under Namespace
Classes: JoinAssociation
Instance Attribute Summary collapse
-
#references ⇒ Object
Returns the value of attribute references.
Instance Attribute Details
#references ⇒ Object
Returns the value of attribute references.
44 45 46 |
# File 'lib/praxis/extensions/attribute_filtering/active_record_patches/5x.rb', line 44 def references @references end |