Skip to content

Commit

Permalink
Revert the editing chang
Browse files Browse the repository at this point in the history
- change should only be post to article
  • Loading branch information
notapatch committed Apr 2, 2024
1 parent 141fd2c commit fea9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/form_helper.rb
Expand Up @@ -562,7 +562,7 @@ def apply_form_for_options!(object, options) # :nodoc:
# ...
# <% end %>
#
# is then equivalent to:
# is then equivalent to something like:
#
# <%= form_with scope: :article, url: article_path(@article), method: :patch do |form| %>
# ...
Expand Down

0 comments on commit fea9275

Please sign in to comment.