mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
fixed description for Devise::Generators::ControllersGenerator (#4975)
This commit is contained in:
committed by
Leonardo Tegon
parent
05bf574799
commit
6f140faf0d
@@ -18,7 +18,7 @@ module Devise
|
||||
|
||||
This will create a controller class at app/controllers/users/sessions_controller.rb like this:
|
||||
|
||||
class Users::ConfirmationsController < Devise::ConfirmationsController
|
||||
class Users::SessionsController < Devise::SessionsController
|
||||
content...
|
||||
end
|
||||
DESC
|
||||
|
||||
Reference in New Issue
Block a user