1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/app
kento1218 d63b6b7b9d Fix Devise::ConfirmationsController#after_confirmation_path_for
after_confirmation_path_for checks whether the user already signed in
by calling signed_in? after confirmation succeeded.
Since it was called without scope specification, the user treated as
signed in inappropriately when the user signed in as another resource
(such as 'admin').
2014-04-28 20:44:00 +09:00
..
controllers Fix Devise::ConfirmationsController#after_confirmation_path_for 2014-04-28 20:44:00 +09:00
helpers Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
mailers/devise do not define mailer if ActionMailer is not defined 2013-10-03 17:39:04 +03:00
views/devise Update remaning 1.8 hash syntax. 2014-02-25 14:25:55 -03:00