class ActionDispatch::RailsMetaStore

def write(key, value)

def write(key, value)
  @store.write(key, Marshal.dump(value))
end