Created
August 18, 2009 22:08
-
-
Save rnaveiras/170014 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use span in field_error_proc | |
ActionView::Base.field_error_proc = Proc.new do |html_tag, instance| | |
"<span class=\"fieldWithErrors\">#{html_tag}</span>" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment