method
new
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::HasManyThroughCantAssociateNewRecords
new(owner, reflection)public
No documentation available.
# File activerecord/lib/active_record/associations.rb, line 71
def initialize(owner, reflection)
super("Cannot associate new records through '#{owner.class.name}##{reflection.name}' on '#{reflection.source_reflection.class_name rescue nil}##{reflection.source_reflection.name rescue nil}'. Both records must have an id in order to create the has_many :through record associating them.")
end