Edited app/helpers/devise_helper.rb via GitHub

This commit is contained in:
José Valim
2011-03-06 05:25:09 -08:00
parent bb89ca4865
commit 63b72cd512

View File

@@ -1,4 +1,10 @@
module DeviseHelper
# A simple way to show error messages for the current devise resource. If you need
# to customize this method, you can either overwrite it in your application helpers or
# copy the views to your application.
#
# This method is intended to stay simple and it is unlikely that we are going to change
# it to add more behavior or options.
def devise_error_messages!
return "" if resource.errors.empty?