Skip to content

Commit

Permalink
form_helper documentation using article instead of post
Browse files Browse the repository at this point in the history
Documentation previously uses post which is confusing as the
methods/verb is also post.

Before
<form action="/posts" method="post">

After
<form action="/articles" method="post">

Method
Worked through a new Rails app with scaffold of article
and checking the output of the HTML. Other HTML changes
make it more authentic:
/> => at the end of the input
  • Loading branch information
notapatch committed Apr 10, 2024
1 parent 779d610 commit 4a44b51
Showing 1 changed file with 147 additions and 149 deletions.

0 comments on commit 4a44b51

Please sign in to comment.