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