Class: ActiveRecord::Reflection::BelongsToReflection
- Inherits:
-
AssociationReflection
- Object
- MacroReflection
- AssociationReflection
- ActiveRecord::Reflection::BelongsToReflection
- Defined in:
- lib/dependent-auto-rails/activerecord/reflection.rb
Instance Method Summary collapse
-
#initialize ⇒ BelongsToReflection
constructor
A new instance of BelongsToReflection.
Constructor Details
#initialize ⇒ BelongsToReflection
Returns a new instance of BelongsToReflection.
65 66 67 68 |
# File 'lib/dependent-auto-rails/activerecord/reflection.rb', line 65 def initialize(...) super(...) end |