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.



16
17
18
# File 'lib/identity_cache.rb', line 16

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