class Rack::Protection::AuthenticityToken

def self.random_token

def self.random_token
  SecureRandom.base64(TOKEN_LENGTH)
end