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

5 lines
78 B
Ruby

class Reader < ActiveRecord::Base
belongs_to :post
belongs_to :person
end