fixed description for Devise::Generators::ControllersGenerator (#4975)

This commit is contained in:
Kopylov Vladislav
2018-11-22 00:20:23 +03:00
committed by Leonardo Tegon
parent 05bf574799
commit 6f140faf0d

View File

@@ -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