rails--rails/activerecord/test/fixtures/post.rb

4 lines
79 B
Ruby

class Post < ActiveRecord::Base
belongs_to :author
has_many :comments
end