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

4 lines
74 B
Ruby

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