tech(rubocopify): ... just clean up ...

This commit is contained in:
Martin 2022-07-21 15:27:21 +02:00 committed by mfo
parent 5e8210b8f8
commit d1297bc1f5
5 changed files with 14 additions and 19 deletions

View file

@ -1,6 +1,7 @@
module Instructeurs
class ProceduresController < InstructeurController
before_action :ensure_ownership!, except: [:index]
before_action :ensure_not_super_admin!, only: [:download_export]
ITEMS_PER_PAGE = 25