new(reflection)
public

No documentation available.

# File activerecord/lib/active_record/associations.rb, line 71
    def initialize(reflection)
      super("Can not add to a has_many :through association.  Try adding to #{reflection.through_reflection.name.inspect}.")
    end