Enable flipflop for instructeurs

This commit is contained in:
Paul Chavard 2019-03-06 15:21:10 +01:00
parent 68c097a64e
commit 48701e80bd
9 changed files with 36 additions and 26 deletions

3
app/models/current.rb Normal file
View file

@ -0,0 +1,3 @@
class Current < ActiveSupport::CurrentAttributes
attribute :gestionnaire, :administrateur
end