First attempt at procedure stats

fixes #3945, #3946, #3948
This commit is contained in:
Nicolas Bouilleaud 2019-07-30 14:37:00 +02:00
parent 394a2773db
commit 3e2985b305
6 changed files with 62 additions and 7 deletions

View file

@ -285,6 +285,7 @@ Rails.application.routes.draw do
post 'add_filter'
get 'remove_filter' => 'procedures#remove_filter', as: 'remove_filter'
get 'download_dossiers'
get 'stats'
get 'email_notifications'
patch 'update_email_notifications'