method
new
v3.2.13 -
Show latest stable
-
0 notes -
Class: ActiveRecord::HasManyThroughAssociationNotFoundError
new(owner_class_name, reflection)
public
Hide source
# File activerecord/lib/active_record/associations.rb, line 17 def initialize(owner_class_name, reflection) super("Could not find the association #{reflection.options[:through].inspect} in model #{owner_class_name}") end