aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/author.rb
blob: 8d12190086aa7d512f282bad7742b3fa9310c3d9 (plain) (blame)
1
2
3
class Author < ActiveRecord::Base
  belongs_to :post
end