mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
fixes remove user action on project [fixes SCI-1261]
This commit is contained in:
parent
213425b493
commit
b6367981c7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
class UserProjectsController < ApplicationController
|
||||
include NotificationsHelper
|
||||
include InputSanitizeHelper
|
||||
|
||||
before_action :load_vars
|
||||
before_action :check_view_tab_permissions, only: :index
|
||||
|
|
Loading…
Reference in a new issue