Sha256: 07c0e4f47d39541cef1cb4e10ffba3d9cad2c593f592acfa4f38f6748db17697

Contents?: true

Size: 119 Bytes

Versions: 3

Compression:

Stored size: 119 Bytes

Contents

class Page < ActiveRecord::Base
  belongs_to  :author
  has_many    :comments,
                :as => :commentable
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polymorphic_identity-0.0.5 test/app_root/app/models/page.rb
polymorphic_identity-0.1.0 test/app_root/app/models/page.rb
polymorphic_identity-0.0.4 test/app_root/app/models/page.rb