mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.96k stars 1.19k forks source link

Missing Partial...missing tag_path. Can't use to link to tags #1027

Open Merovex opened 3 years ago

Merovex commented 3 years ago
<% @post.tags.each do |tag| %>
  #<%= render tag %>
<% end %>

I have reasons for calling each tag. But, I hit the following error:

Missing partial acts_as_taggable_on/tags/_tag ...

When I try calling tag_path, I get:

undefined method `tag_path' 

I am on the latest version (7.0.0)