module ActionDispatch::RequestCookieMethods

def secret_key_base

def secret_key_base
  get_header Cookies::SECRET_KEY_BASE
end