[refs #127] Make route more short

This commit is contained in:
konstantin.grabar 2012-02-01 22:13:42 +04:00
parent 0559f1b678
commit 502f06b65f
1 changed files with 1 additions and 1 deletions

View File

@ -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]