Remove URL methods in models

We can use `polymorphic_path` since commit ff93f5a591.
This commit is contained in:
Javi Martín
2021-12-05 16:18:53 +01:00
parent 697c1a4857
commit fa3781059c
5 changed files with 17 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
<div>
<span class="related-content-title"><%= t("related_content.content_title.#{related.model_name.singular}") %></span><br>
<h3 class="inline-block">
<%= link_to related.title, related.url %>
<%= link_to related.title, polymorphic_path(related) %>
</h3>
</div>
<% if current_user && related_content.author != current_user && !related_content.scored_by_user?(current_user) %>