From 24c1c908f79271526735e0a70f62426001008be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 22 Sep 2012 14:16:28 +0200 Subject: [PATCH] remove routes to removed controller --- config/routes.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 564a6b2b6..45e81aaf9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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