Exception: ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection

Inherits:
ActiveRecordError show all
Defined in:
activerecord/lib/active_record/associations.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(owner, reflection) ⇒ HasManyThroughCantAssociateThroughHasOneOrManyReflection

Returns a new instance of HasManyThroughCantAssociateThroughHasOneOrManyReflection.



57
58
59
# File 'activerecord/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