final/app/models/article_star.rb

4 lines
96 B
Ruby

class ArticleStar < ActiveRecord::Base
belongs_to :article, counter_cache: 'star_count'
end