Merge pull request #622 from ZmagoD/zd_SCI_1261

fixes remove user action on project [fixes SCI-1261]
This commit is contained in:
Zmago Devetak 2017-05-15 15:28:39 +02:00 committed by GitHub
commit 39203a16f4

View file

@ -1,5 +1,6 @@
class UserProjectsController < ApplicationController class UserProjectsController < ApplicationController
include NotificationsHelper include NotificationsHelper
include InputSanitizeHelper
before_action :load_vars before_action :load_vars
before_action :check_view_tab_permissions, only: :index before_action :check_view_tab_permissions, only: :index