Hi, I'm trying to build a simple forum and would like the post topic to be a clickable link. What would be the correct syntax to perform this? eg.
Placing the value of this: <%= h post.title %>
Into this, in the place of 'Title of post' <%= link_to 'Title of post', forum_posts_path(@forum) %>
Any advice appreciated, thanks.