app/views/phcpress/frontend/articles/index.html.erb in phcpress-6.1.3 vs app/views/phcpress/frontend/articles/index.html.erb in phcpress-6.2.0
- old
+ new
@@ -1,4 +1,4 @@
<% @frontend_articles.each do |frontend_article| %>
-<%= link_to 'Show', frontend_article %>
+<%= link_to 'Show', frontend_article_path(frontend_article) %>
<% end %>