rails--rails/activerecord/test/fixtures/person.rb

5 lines
98 B
Ruby

class Person < ActiveRecord::Base
has_many :readers
has_many :posts, :through => :readers
end