Class: ActiveRecord::Reflection::AssociationReflection
- Inherits:
-
Object
- Object
- ActiveRecord::Reflection::AssociationReflection
- Defined in:
- lib/active_record/embeds_reflection.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#association_class_with_embeds_one ⇒ Object
39 40 41 42 43 44 45 |
# File 'lib/active_record/embeds_reflection.rb', line 39 def if macro == :embeds_one Associations::EmbedsOneAssociation else end end |