1 Comment
User's avatar
James Williams's avatar

Hello, in `app/views/tags/index.html.erb` you have a link named Done with `new_journal_entry_path(@journal)`.

If I get this correctly, what should the @journal be?

In cases when we want to create a new journal, and that would result in the @journal to be nil, how would that work?

Am I missing something?

Suppose you would want to implement that in a more simple example, only containing `journals` and `tags` and even in without nested routes.

Expand full comment