Flowdock
method

new

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: HasManyThroughNestedAssociationsAreReadonly
new(owner, reflection) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.