Add user filters scaffolding

This commit is contained in:
2018-11-17 21:55:35 -03:00
parent 1251c10494
commit 7a0edb5070
12 changed files with 213 additions and 28 deletions
+2
View File
@@ -31,6 +31,8 @@ Dunlop::Engine.routes.draw do
get "/download_latest/:target_file_type", action: :download_latest, on: :collection
end
resources :user_filters
resources :execution_batches
resources :workflow_instances do