aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/author.rb
blob: 8d12190086aa7d512f282bad7742b3fa9310c3d9 (plain) (tree)
1
2
3


                                 
class Author < ActiveRecord::Base
  belongs_to :post
end