aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/author.rb
blob: e159d385979f315f4ff894b6d51604682d069b61 (plain) (tree)
1
2
3
                                 
                 
  
class Author < ActiveRecord::Base
  has_many :posts
end