-
Notifications
You must be signed in to change notification settings - Fork 43
Shaunna Wiens -- carets #22
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
|
|
||
| # (name: params[:task][:name], description: params[:task][:description]) | ||
|
|
||
| if @task.save |
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.
When I make a new task, I encounter an error: completed on @task is nil at this point, and your table requires completed to be not nil.
One thing you can do is set completed on @task before you .save
Another thing you can do is make a migration to make completed accept nil in the tasks table
Task ListWhat We're Looking For
|
|
You and I just talked, but I'm going to figure out why creating a task doesn't work on my machine Cool work on using partials for the nav :) Good work otherwise! I think you know, but your styling isn't as developed as it could be. :) |
Task List
Congratulations! You're submitting your assignment!
Comprehension Questions