diff --git a/config/routes.rb b/config/routes.rb index 9dc19f6b5..0c9c64785 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -42,7 +42,7 @@ Rosa::Application.routes.draw do end end - match 'build_lists', :via => :post, :to => 'build_lists#index', :as => 'build_lists' + post 'build_lists' => 'build_lists#index', :as => 'build_lists' resources :auto_build_lists, :only => [:index, :create, :destroy]