diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index c12f3b49..99c655fd 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -1,5 +1,5 @@ class AdminController < ApplicationController - http_basic_authenticate_with name: BostonRuby::Admin[:username], password: BostonRuby::Admin[:password] + #http_basic_authenticate_with name: BostonRuby::Admin[:username], password: BostonRuby::Admin[:password] # Put the before filter to authenticate here I think before_filter :check_for_authenticated_user