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
content_tag
tag.<name>
Rails/ContentTag: Use tag instead of content_tag. (rails/rails#25195, https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag)
content_tag is deprecated, we should work to replace this with tag.<name> but the autocorrect was not helpful
Originally posted by @pgwillia in #1697 (comment)
The text was updated successfully, but these errors were encountered:
Fix merged into integration_postmigration
Sorry, something went wrong.
lagoan
No branches or pull requests
Rails/ContentTag: Use tag instead of content_tag. (rails/rails#25195, https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag)
content_tag
is deprecated, we should work to replace this withtag.<name>
but the autocorrect was not helpfulOriginally posted by @pgwillia in #1697 (comment)
The text was updated successfully, but these errors were encountered: