Exception: IdentityCache::InverseAssociationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/identity_cache.rb

Instance Method Summary collapse

Constructor Details

#initializeInverseAssociationError

Returns a new instance of InverseAssociationError.



26
27
28
# File 'lib/identity_cache.rb', line 26

def initialize
  super "Inverse name for association could not be determined. Please use the :inverse_name option to specify the inverse association name for this cache."
end