From 1c773bc31928b1b502216b0cbe90895593762795 Mon Sep 17 00:00:00 2001 From: Prelang Builder Date: Thu, 27 Feb 2014 23:58:27 +0000 Subject: [PATCH] Overrode the default Devise controllers in routes.rb to point to the new editable ones --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 1d0a737..a7f56ff 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,5 +1,5 @@ PrelangTest::Application.routes.draw do - devise_for :users + devise_for :users, controllers: {registrations: "users/registrations", sessions: "users/sessions", passwords: "users/passwords"} get "landings/index" # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes".