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