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.



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

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