instiki/vendor/rails/activerecord/test/fixtures/person.rb

5 lines
98 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
class Person < ActiveRecord::Base
has_many :readers
has_many :posts, :through => :readers
end