Notification: UI

This commit is contained in:
simon lehericey 2019-03-13 17:37:07 +01:00
parent 1644fd9059
commit ed6828c66c
7 changed files with 75 additions and 1 deletions

View file

@ -315,6 +315,8 @@ Rails.application.routes.draw do
post 'add_filter'
get 'remove_filter/:statut/:table/:column/:value' => 'procedures#remove_filter', as: 'remove_filter'
get 'download_dossiers'
get 'email_notifications'
patch 'update_email_notifications'
resources :dossiers, only: [:show], param: :dossier_id do
member do