class ActiveRecord::HasManyThroughAssociationNotFoundError
def initialize(owner_class_name, reflection)
def initialize(owner_class_name, reflection) super("Could not find the association #{reflection.options[:through].inspect} in model #{owner_class_name}") end