This commit is contained in:
Christoph Haas 2017-08-14 08:09:23 +02:00
parent 098afc1924
commit 193d44f89a
27 changed files with 331 additions and 707 deletions

View file

@ -77,6 +77,6 @@ Rails.application.configure do
# config.file_watcher = ActiveSupport::EventedFileUpdateChecker
# Any action dealing with authentication should redirect to HTTPS
config.to_prepare { Devise::SessionsController.force_ssl(port: 3001) }
#config.to_prepare { Devise::SessionsController.force_ssl(port: 3001) }
end