module ActiveSupport::IsolatedExecutionState

def []=(key, value)

def []=(key, value)
  state[key] = value
end