mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-02 19:22:09 +08:00
Add missing sanitization helper to projects access controller [SCI-8158] (#5162)
This commit is contained in:
parent
4231a141ce
commit
05c4a1c4f0
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
module AccessPermissions
|
||||
class ProjectsController < ApplicationController
|
||||
include InputSanitizeHelper
|
||||
|
||||
before_action :set_project
|
||||
before_action :check_read_permissions, only: %i(show)
|
||||
before_action :check_manage_permissions, except: %i(show)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue