Module: DispatcherMethods

Defined in:
lib/identity_map/action_controller/dispatcher.rb

Overview

:enddoc:

Instance Method Summary collapse

Instance Method Details

#create_identity_mapObject



108
109
110
# File 'lib/identity_map/action_controller/dispatcher.rb', line 108

def create_identity_map
  ActiveRecord::Base.create_identity_map
end

#remove_identity_mapObject



112
113
114
# File 'lib/identity_map/action_controller/dispatcher.rb', line 112

def remove_identity_map
  ActiveRecord::Base.drop_identity_map
end