Skip to content

Instantly share code, notes, and snippets.

@cracell
Created December 28, 2010 21:27
Show Gist options
  • Save cracell/757745 to your computer and use it in GitHub Desktop.
Save cracell/757745 to your computer and use it in GitHub Desktop.
module SimpleForm
module Components
module Errors
def error
template.content_tag(error_tag, error_text, error_html_options) #if has_errors?
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment