Sha256: e561c69e5f80231c113c66710040b74d579e10117bbf3b2753b48b04c4cec0f4

Contents?: true

Size: 166 Bytes

Versions: 6

Compression:

Stored size: 166 Bytes

Contents

class Comment < ActiveRecord::Base
  belongs_to  :commentable,
                :polymorphic => true
  belongs_to  :commenter,
                :polymorphic => true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
polymorphic_identity-0.1.0 test/app_root/app/models/comment.rb
polymorphic_identity-0.0.1 test/app_root/app/models/comment.rb
polymorphic_identity-0.0.3 test/app_root/app/models/comment.rb
polymorphic_identity-0.0.5 test/app_root/app/models/comment.rb
polymorphic_identity-0.0.2 test/app_root/app/models/comment.rb
polymorphic_identity-0.0.4 test/app_root/app/models/comment.rb