Sha256: 18f6189aed5ff9c7157a73ef3c92620fa2914b781a839841658c5b02712531f2
Contents?: true
Size: 125 Bytes
Versions: 2
Compression:
Stored size: 125 Bytes
Contents
class Topic < ActiveRecord::Base acts_as_commentable options: { class_name: 'CustomComment', as: :custom_commentable } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_commentable_more-1.1.0 | test/dummy/app/models/topic.rb |
acts_as_commentable_more-1.0.0 | test/dummy/app/models/topic.rb |