diff --git a/src/actions/guides/tutorial/02_assocations.cr b/src/actions/guides/tutorial/02_assocations.cr index 7415858e..d641dcda 100644 --- a/src/actions/guides/tutorial/02_assocations.cr +++ b/src/actions/guides/tutorial/02_assocations.cr @@ -150,6 +150,7 @@ class Guides::Tutorial::Associations < GuideAction * Sign in, and try to create a fortune. Notice it fails * View your logs to see "Failed to save SaveFortune". * Use `lucky exec` to truncate all `User` records with the `UserQuery` object. + * Pass `user_id: current_user.id` to `SaveFortune.create` * Then use your app to make a new user record, because we still need one 😄 We will update the forms later in the tutorial.