From 5ced4d389894ec1ce26f5fb6221d154c7a860b97 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 13 Jul 2016 14:30:13 +0200 Subject: [PATCH] Cruft removed --- app/controllers/application_controller.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 07bbe48..e9b8357 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -3,15 +3,6 @@ class ApplicationController < ActionController::Base # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception - # before_filter :create_user_token - # Do not mention passwords in the log file # filter_parameter_logging :password - - # Assign the visitor a unique hash so that we can track their uploads - # and show them even before moderation. - # def create_user_token - # session[:token] ||= SecureRandom.hex - # session[:ip] ||= request.remote_ip - # end end