Merge pull request #3259 from janpantel/typo-controller-generator

Fix typo in controller generators help message
This commit is contained in:
José Valim 2014-10-18 17:39:53 +02:00
commit 2bae9da287
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Devise
desc <<-DESC.strip_heredoc
Create inherited Devise controllers in your app/controllers folder.
User -c to specify which controller you want to overwrite.
Use -c to specify which controller you want to overwrite.
If you do no specify a controller, all controllers will be created.
For example: