1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/fixtures/comment.rb
2005-04-10 15:49:49 +00:00

5 lines
No EOL
95 B
Ruby

class Comment < ActiveRecord::Base
belongs_to :post
end
class SpecialComment < Comment; end;