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

3 lines
55 B
Ruby

class Author < ActiveRecord::Base
has_many :posts
end