Module: Sequel::Plugins::IdentityMap::ClassMethods
- Defined in:
- lib/story_teller/database.rb
Overview
The Sequel::Plugins::IdentityMap::ClassMethods module
Instance Method Summary collapse
-
#identity_map ⇒ Object
Returns the global thread-safe identity map.
Instance Method Details
#identity_map ⇒ Object
Returns the global thread-safe identity map.
108 109 110 111 |
# File 'lib/story_teller/database.rb', line 108 def identity_map log.debug "Getting identity map" GlobalSequelIdentityMap end |