Merge branch 'dashboard' into rebase_consul_master

This commit is contained in:
Juan Salvador Pérez García
2018-09-27 09:18:27 +02:00
committed by GitHub
72 changed files with 1825 additions and 536 deletions

View File

@@ -159,6 +159,12 @@ namespace :admin do
get :users, on: :collection
end
resources :admin_notifications do
member do
post :deliver
end
end
resources :emails_download, only: :index do
get :generate_csv, on: :collection
end