Exception: BigRecord::HasManyThroughAssociationNotFoundError

Inherits:
BigRecordError show all
Defined in:
lib/big_record/ar_associations.rb

Overview

:nodoc:

Instance Method Summary

Constructor Details

- (HasManyThroughAssociationNotFoundError) initialize(owner_class_name, reflection)

A new instance of HasManyThroughAssociationNotFoundError



12
13
14
# File 'lib/big_record/ar_associations.rb', line 12

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