Unused route for Conference#show

This commit is contained in:
Gopesh Tulsyan 2014-07-13 16:31:27 +05:30
parent 50e75c6dd4
commit f7337cbb77

View file

@ -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'