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

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