module ActiveSupport::IsolatedExecutionState

def unique_id

def unique_id
  self[:__id__] ||= Object.new
end