Created
April 10, 2009 19:34
-
-
Save tiegz/93252 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Put this in your app config to omit the div that wraps error fields in form_for | |
ActionView::Base.field_error_proc = Proc.new{ |html_tag, instance| html_tag } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment