config/routes.rb in interpreter-0.0.4 vs config/routes.rb in interpreter-0.0.5
- old
+ new
@@ -1,10 +1,9 @@
Rails.application.routes.draw do
namespace :interpreter do
resources :translations do
collection do
post 'search'
- get '/group/:category' => 'translations#index', :as => 'category'
end
end
end
end