aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/comment.rb
blob: 662b7db66b5b969b05b9192b079d9e6789ff7c35 (plain) (blame)
1
2
3
class Comment < ActiveRecord::Base
  belongs_to :post
end