article_follower.rb 178 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class ArticleFollower < ActiveRecord::Base attr_accessible :article_id, :person_id, :since belongs_to :article, :counter_cache => :followers_count belongs_to :person end