Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 400 Bytes

ANSWERS.md

File metadata and controls

15 lines (6 loc) · 400 Bytes

Questions

  1. What does the second 'nil' argument in the line 6 text_field_tag of teachers/new.html.erb represent?

  2. Go to localhost:3000/teachers in your browser; why does this not work?

  3. What type of request did your browser just perform?

  4. Go back to localhost:3000/teachers/new; submit the form again. What URL do you end up at?

  5. Why does localhost:3000/teachers work now?