Exception: ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection
- Inherits:
-
ActiveRecordError
- Object
- StandardError
- ActiveRecordError
- ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection
- Defined in:
- lib/active_record/associations.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(owner, reflection) ⇒ HasManyThroughCantAssociateThroughHasOneOrManyReflection
constructor
A new instance of HasManyThroughCantAssociateThroughHasOneOrManyReflection.
Constructor Details
#initialize(owner, reflection) ⇒ HasManyThroughCantAssociateThroughHasOneOrManyReflection
Returns a new instance of HasManyThroughCantAssociateThroughHasOneOrManyReflection.
57 58 59 |
# File 'lib/active_record/associations.rb', line 57 def initialize(owner, reflection) super("Cannot modify association '#{owner.class.name}##{reflection.name}' because the source reflection class '#{reflection.source_reflection.class_name}' is associated to '#{reflection.through_reflection.class_name}' via :#{reflection.source_reflection.macro}.") end |