-
Notifications
You must be signed in to change notification settings - Fork 43
Stef Gunderson -- Carets #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…e to deleting past tasks with where method?
Also created a partial for the new and edit form to DRY up the code.
…ll intents and purposes this works.
Task ListWhat We're Looking For
|
| <p id="copyright"> | ||
| © 2017 - Stefanie Gunderson, keeping it simple. | ||
| </p> | ||
| </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to end your footer with a </footer>, this affects a bunch of pages
| end | ||
|
|
||
| def create | ||
| @task = Task.new(name: params[:task][:name], description: params[:task][:description]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You didn't make a strong params method in the controller, but you mentioned in the comprehension question answers exactly what strong params are! You can use them here.
|
Works well! Good job overall, just left a few comments for you. |
Task List
Congratulations! You're submitting your assignment!
Comprehension Questions