We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://stackoverflow.com/questions/26245222/undefined-method-error-span-rails-project/36120983#36120983
The text was updated successfully, but these errors were encountered:
Removing all error_span occurrences in forms seems like a temp fix
Sorry, something went wrong.
Another workaround, if you don't want to remove error_span in forms is to add two files: app/helpers/form_helper_extension.rb
module FormHelperExtension include FormErrorsHelper end
app/config/initializers/form_helper_init.rb ActionView::Helpers::FormHelper.extend FormHelperExtension
ActionView::Helpers::FormHelper.extend FormHelperExtension
No branches or pull requests
http://stackoverflow.com/questions/26245222/undefined-method-error-span-rails-project/36120983#36120983
The text was updated successfully, but these errors were encountered: