Remove the troublesome catch-all-not-found route

openid
Marcin Kulik 11 years ago
parent e01a9e23f5
commit be327bbe42

@ -37,6 +37,4 @@ Asciinema::Application.routes.draw do
mount JasmineRails::Engine => "/specs" unless Rails.env.production?
get '/test/widget/:id' => 'test_widget#show' if Rails.env.test?
match '*a', :via => [:get, :post], :to => 'application#not_found'
end

Loading…
Cancel
Save