add expert logic

This commit is contained in:
kara Diaby 2021-02-09 10:24:13 +01:00
parent 3cfbe38a8b
commit d2ab2debb6
15 changed files with 311 additions and 3 deletions

View file

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