diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -3,7 +3,7 @@ :add_user, :remove_user,:remove_all_user, :add_problem, :remove_problem,:remove_all_problem, ] - before_action :authenticate, :admin_authorization + before_action :admin_authorization # GET /groups def index