Sha256: c8fb3a702203256e01f1c46497cfd2872ef3a161359f7538fbb9ff14a0928934
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
class Post < ActiveRecord::Base extend TestModel belongs_to :blog has_many :comments has_one :photo has_and_belongs_to_many :tags has_many :features, :as => :featurable has_many :reviews, :as => :reviewable end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
aub-record_filter-0.1.4 | spec/models/post.rb |
outoftime-record_filter-0.1.4 | spec/models/post.rb |