Add users and gestionnaires to manager

This commit is contained in:
Paul Chavard 2018-05-31 15:18:06 +02:00
parent 3f99f41372
commit e2a126e37a
9 changed files with 175 additions and 4 deletions

View file

@ -74,7 +74,7 @@ class ProcedureDashboard < Administrate::BaseDashboard
# Overwrite this method to customize how procedures are displayed
# across all pages of the admin dashboard.
#
# def display_resource(procedure)
# "Procedure ##{procedure.id}"
# end
def display_resource(procedure)
"#{procedure.libelle} ##{procedure.id}"
end
end