Exception: IdentityCache::InverseAssociationError
- Inherits:
-
StandardError
- Object
- StandardError
- IdentityCache::InverseAssociationError
- Defined in:
- lib/identity_cache.rb
Instance Method Summary collapse
-
#initialize ⇒ InverseAssociationError
constructor
A new instance of InverseAssociationError.
Constructor Details
#initialize ⇒ InverseAssociationError
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 |