Project Challenge: Comments Form
Create a web form to take input for comments.
We'll cover the following...
Problem statement
Now that you have your controller properly configured to handle comment submissions, you will need to create a form to get user comments.
For now, you need to:
- Create a form to take input from users. The input should be for the
body
attribute of yourcomments
table. - Use
text_area
instead oftext_field