aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/rating.rb
blob: 7420821db03150b19c9740458c2349a31c54fea4 (plain) (blame)
1
2
3
4
class Rating < ActiveRecord::Base
  belongs_to :comment
  has_many :taggings, as: :taggable
end