Skip to content

Commit

Permalink
[frontend] Remove orders/destroy route
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Oct 21, 2013
1 parent 91283bc commit dff626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
get '/orders/populate', :to => populate_redirect
get '/orders/:id/token/:token' => 'orders#show', :as => :token_order

resources :orders, :except => [:new, :create] do
resources :orders, :except => [:new, :create, :destroy] do
post :populate, :on => :collection
end

Expand Down

0 comments on commit dff626d

Please sign in to comment.