aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/comment.rb
blob: b59819864d80dd438514568337a87d3a79a8eadd (plain) (tree)
1
2
3
4
5

                                  


                                   
class Comment < ActiveRecord::Base
  belongs_to :post
end

class SpecialComment < Comment; end;