Skip to content

Commit

Permalink
Update message after rails g devise:controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
killthekitten committed Feb 16, 2015
1 parent 737ae36 commit 5e12508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/controllers/README
Expand Up @@ -7,7 +7,7 @@ Some setup you must do manually if you haven't yet:

Rails.application.routes.draw do
devise_for :users, controllers: {
sessions: 'sessions'
sessions: 'users/sessions'
}
end

Expand Down

0 comments on commit 5e12508

Please sign in to comment.