aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/post.rb
blob: 1fd78b834323af1a8c269510268b3c12163e21af (plain) (blame)
1
2
3
4
class Post < ActiveRecord::Base
  has_many :comments
  has_one :author
end