Sha256: 9060f5105960bf86493398b4dc107179a3c3a0fc4b83183ff90cc3f56c28b6e2
Contents?: true
Size: 103 Bytes
Versions: 2
Compression:
Stored size: 103 Bytes
Contents
class Page < ActiveRecord::Base belongs_to :author has_many :comments, :as => :commentable end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
pluginaweek-polymorphic_identity-0.1.0 | test/app_root/app/models/page.rb |
polymorphic_identity-0.1.1 | test/app_root/app/models/page.rb |