Registry / database / acts-as-commentable

acts-as-commentable

JSON →
library4.0.2rbrubygemsunverified

Provides comment functionality for ActiveRecord models.

gem install acts_as_commentable
INSTALL
IMPORT
SIG · ACTS-AS-COMMENTABL
A
acts-as-commentable
databaserubyv4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActsAsCommentable
require 'acts_as_commentable'

Add commenting to a model

require 'acts_as_commentable' class Post < ActiveRecord::Base acts_as_commentable end post = Post.find(1) comment = post.comments.create(body: 'Great post!')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
55 hits · last 30 days
node
46
OpenAI (training)
1
Resources
acts-as-commentable — gem install acts-as-commentable · libregistry