Skip to content

Commit

Permalink
Overrode the default Devise controllers in routes.rb to point to the …
Browse files Browse the repository at this point in the history
…new editable ones
  • Loading branch information
Prelang Builder authored and u49362 committed Feb 13, 2015
1 parent 320b015 commit 11798a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Rails.application.routes.draw do
devise_for :users
devise_for :users, controllers: {registrations: "users/registrations", sessions: "users/sessions", passwords: "users/passwords"}
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".

Expand Down

0 comments on commit 11798a7

Please sign in to comment.