Sha256: f78a741433a0f41eeb6aafeec2cf805e9d140da5f57dc6e2eb865b72c3457fb1
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
class Post < ActiveRecord::Base belongs_to :author has_many :comments, :order => "body" 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.1 | test/fixtures/post.rb |