diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1c114bd..e1e2483 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,6 @@ class ApplicationController < ActionController::Base - http_basic_authenticate_with name: "stupid", password: "studio" + # http_basic_authenticate_with name: "stupid", password: "studio" private