final/app/models/article_view.rb

4 lines
96 B
Ruby

class ArticleView < ActiveRecord::Base
belongs_to :article, counter_cache: 'view_count'
end