Trying to link to an object name with <%= link_to '<%= museum.name %>', museum %> but that doesn’t work. Can’t find a link to the correct way. Any suggestions?
Trying to link to an object name with <%= link_to ‘<%= museum.name %>’, museum
Share
You don’t need all of those tags. This should work:
Once you’re in ERB (inside the <% %> tags) you’re just writing plain ruby.