fixes remove user action on project [fixes SCI-1261]

This commit is contained in:
zmagod 2017-05-12 16:18:53 +02:00
parent 213425b493
commit b6367981c7

View file

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