remove routes to removed controller

This commit is contained in:
Jonne Haß 2012-09-22 14:16:28 +02:00
parent db11b9d214
commit 24c1c908f7

View file

@ -181,13 +181,6 @@ Diaspora::Application.routes.draw do
# External
resources :authorizations, :only => [:index, :destroy]
scope "/oauth", :controller => :authorizations, :as => "oauth" do
get "authorize" => :new
post "authorize" => :create
post :token
end
resources :services, :only => [:index, :destroy]
controller :services do
scope "/auth", :as => "auth" do