Skip to content

Commit

Permalink
Update form_basics.md (#29266)
Browse files Browse the repository at this point in the history
Edit Assignment due to changes in the Rails Guide
  • Loading branch information
SeanMero authored Jan 3, 2025
1 parent 25b8ebb commit 0958d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby_on_rails/forms_and_authentication/form_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ If you find yourself submitting a form and nothing is happening, chances are you

<div class="lesson-content__panel" markdown="1">

1. Read the [Rails Guide on Form Helpers](http://guides.rubyonrails.org/form_helpers.html), sections 1 to 3.2.
1. Skim 3.3 to 7 to see what kinds of things are out there. One day you'll need them, and now you know where to look.
1. Read sections 8.1 and 8.2 for the official explanation of how parameters are created from the `name` attribute.
1. Read the [Rails Guide on Form Helpers](http://guides.rubyonrails.org/form_helpers.html), sections 1 through 2.4.
1. Skim 3.1 through 7 to see what kinds of things are out there. One day you'll need them, and now you know where to look.
1. Read sections 8.1 through 8.3 for the official explanation of how parameters are created from the `name` attribute.
1. Read the [Rails Guide on Validations](http://guides.rubyonrails.org/active_record_validations.html#displaying-validation-errors-in-views) section 8 for a quick look at displaying errors.
1. Skim through the official Rails API section on the [form_with helper](https://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html#method-i-form_with) to see various ways to use this helper tag.

Expand Down

0 comments on commit 0958d22

Please sign in to comment.