Exception: ActiveRecord::HasManyThroughCantAssociateThroughHasManyReflection

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(owner, reflection) ⇒ HasManyThroughCantAssociateThroughHasManyReflection

Returns a new instance of HasManyThroughCantAssociateThroughHasManyReflection.



48
49
50
# File 'lib/active_record/associations.rb', line 48

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