From 8a2f6f9c8d3c93096e87cc1ff3ec8d96d9a38bb2 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 30 Oct 2015 19:31:40 +0100 Subject: Disable sessions, we don't need them. --- registration.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'registration.rb') diff --git a/registration.rb b/registration.rb index 6875e52..1ba2aee 100644 --- a/registration.rb +++ b/registration.rb @@ -9,7 +9,6 @@ class RegistrationApp < Sinatra::Base helpers Sinatra::UrlForHelper include ERB::Util - enable :sessions config_file File.join(settings.root, 'config.yml') get '/' do -- cgit v1.2.3