class Retweet < ActiveRecord::Base belongs_to :tweet, :counter_cache => true belongs_to :user end