aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/retweet.rb
blob: 34da28616c11d1007fea06524afebfe05615047a (plain)
1
2
3
4
class Retweet < ActiveRecord::Base
  belongs_to :tweet, :counter_cache => true
  belongs_to :user
end