rails/activerecord/test/fixtures/reader.rb
Michael Koziarski 06170516c3 Add missing models and fixture
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3567 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-10 06:53:34 +00:00

5 lines
78 B
Ruby

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