aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/rating.rb
blob: 12c4b5affafed5487a54add970d3c89893af82ac (plain) (tree)
1
2
3


                                 
class Rating < ActiveRecord::Base
  belongs_to :comment
end