aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/rating.rb
blob: 7420821db03150b19c9740458c2349a31c54fea4 (plain) (tree)
1
2
3
4

                                 
                                   
   
class Rating < ActiveRecord::Base
  belongs_to :comment
  has_many :taggings, as: :taggable
end