diff --git a/app/controllers/project_groups_controller.rb b/app/controllers/project_groups_controller.rb index dea2a67..2d81d39 100644 --- a/app/controllers/project_groups_controller.rb +++ b/app/controllers/project_groups_controller.rb @@ -1,4 +1,5 @@ class ProjectGroupsController < ApplicationController + after_action :verify_authorized def create @project_group = ProjectGroup.new(params[:project_group])