aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/person.rb
blob: 7a9666f4eb18f542778b799986850f6c09e24441 (plain) (blame)
1
2
3
4
class Person < ActiveRecord::Base
  has_many :readers
  has_many :posts, :through => :readers
end