Rails count article per tag and related article by tag
问题 Hey guys I'm new to rails and try to do something I never did before. First I now Rails have the gems acts_as_taggable but I try it and didn't work for me maybe need to learn how to install him(have already install acts_as_votable). So this is my question, I want to show related articles(with tag) for each article show. And also want to put the article.count by tag into my label. article.rb class Article < ApplicationRecord acts_as_votable belongs_to :category belongs_to :user has_many