Sha256: 760bd77a178b6175d379149248a3cc59d319efe0eaccc8455dadf4ab7024b7d0

Contents?: true

Size: 147 Bytes

Versions: 1

Compression:

Stored size: 147 Bytes

Contents

class Post < ActiveRecord::Base
  belongs_to :author
  has_many   :comments
  has_and_belongs_to_many :categories
end

class SpecialPost < Post
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-1.10.0 test/fixtures/post.rb