instiki/vendor/rails/activerecord/test/fixtures/person.rb
2007-01-22 07:43:50 -06:00

5 lines
98 B
Ruby

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