class ActiveRecord::HasManyThroughAssociationNotFoundError

def initialize(owner_class_name, reflection)

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