Method: IdentityCache::Cached::PrimaryIndex#initialize
- Defined in:
- lib/identity_cache/cached/primary_index.rb
#initialize(model) ⇒ PrimaryIndex
Returns a new instance of PrimaryIndex.
8 9 10 |
# File 'lib/identity_cache/cached/primary_index.rb', line 8 def initialize(model) @model = model end |