1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update lib/devise/controllers/helpers.rb

This commit is contained in:
José Valim 2012-02-23 21:06:39 +01:00
parent 23ae04e6cb
commit 88d68587e1

View file

@ -208,7 +208,7 @@ module Devise
# if resource.is_a?(User) && resource.can_publish?
# publisher_url
# else
# signed_in_root_path(resource)
# super
# end
# end
#