Sha256: bd13ea2ee5cfc70a261033252341498eead7d8fa64eb65cf59839a56e5f7e56b
Contents?: true
Size: 145 Bytes
Versions: 6
Compression:
Stored size: 145 Bytes
Contents
class Post < ActiveRecord::Base extend TestModel belongs_to :blog has_many :comments has_one :photo has_and_belongs_to_many :tags end
Version data entries
6 entries across 6 versions & 2 rubygems