Methods
N
Class Public methods
new(owner, reflection)
# File activerecord/lib/active_record/associations.rb, line 74
def initialize(owner, reflection)
  super("Cannot modify association '#{owner.class.name}##{reflection.name}' because it goes through more than one other association.")
end