From f7337cbb77848d37f8d14825c0bea170267fc599 Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Sun, 13 Jul 2014 16:31:27 +0530 Subject: [PATCH] Unused route for Conference#show --- config/routes.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index e85dc42e..57efb713 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,5 @@ Osem::Application.routes.draw do - get 'conference/show' - devise_for :users, controllers: { registrations: :registrations, omniauth_callbacks: 'users/omniauth_callbacks' }, path: 'accounts'