Sha256: aec96857670fca35bceb0a9d87f660cadf68351df5e6387995ce25a654af6241
Contents?: true
Size: 134 Bytes
Versions: 3
Compression:
Stored size: 134 Bytes
Contents
class Author < ActiveRecord::Base has_many :articles has_many :pages has_many :comments, :as => :commenter end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
polymorphic_identity-0.0.5 | test/app_root/app/models/author.rb |
polymorphic_identity-0.0.4 | test/app_root/app/models/author.rb |
polymorphic_identity-0.1.0 | test/app_root/app/models/author.rb |