diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 945e3b7..a646672 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -3,8 +3,6 @@ class ApplicationController < ActionController::Base before_filter :update_ip, :update_seen, :check_banned # TODO: force_ssl - # TODO: remove this! - http_basic_authenticate_with name: "redstone", password: "sheep_" helper :all include UsersHelper