Unlock the power of Turbo Frames and Turbo Streams to add seamless client-side interactivity to your Rails applications.
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.
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.