From da0bdf059748167125b94f9d9f68d0ba8694446e Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Thu, 4 Jun 2015 17:38:18 -0300 Subject: [PATCH] Revert "[Colab] Scoped omniauth callback statically" --- config/routes.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 3ca9709..aefd4ca 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -52,10 +52,8 @@ Rails.application.routes.draw do root "home#index" end - scope "mezuro" do - # See comment above for devise_for - devise_for :users, only: :omniauth_callbacks, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" } - end + # See comment above for devise_for + devise_for :users, only: :omniauth_callbacks, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" } # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". -- libgit2 0.21.2