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