class ActiveRecord::ReadOnlyAssociation
:nodoc:
def initialize(reflection)
def initialize(reflection) super("Can not add to a has_many :through association. Try adding to #{reflection.through_reflection.name.inspect}.") end
:nodoc:
def initialize(reflection) super("Can not add to a has_many :through association. Try adding to #{reflection.through_reflection.name.inspect}.") end