config/routes.rb in api_taster-0.3.0 vs config/routes.rb in api_taster-0.4.0

- old
+ new

@@ -1,7 +1,10 @@ ApiTaster::Engine.routes.draw do resources :routes, :only => [:index, :show] do - get :obsolete_definitions, :on => :collection + collection do + get :missing_definitions + get :obsolete_definitions + end end root :to => 'routes#index' end