Rails 7.1: A New Way to Link to Models
Rails 7.1 introduces a new feature that makes it easier to link to models in your views. With this new feature, you can use the link_to
helper to generate a link to a model without having to explicitly specify the text of the link. This can make your code more concise and easier to read.