Module: DispatcherMethods

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

Instance Method Summary collapse

Instance Method Details

#create_identity_mapObject



46
47
48
# File 'lib/identity_map/action_controller/dispatcher.rb', line 46

def create_identity_map
	ActiveRecord::Base.create_identity_map
end

#remove_identity_mapObject



50
51
52
# File 'lib/identity_map/action_controller/dispatcher.rb', line 50

def remove_identity_map
	ActiveRecord::Base.drop_identity_map
end