Registry / database / acts-as-votable

acts-as-votable

JSON →
library0.14.0rbrubygemsunverified

Rails gem allowing records to be votable.

gem install acts_as_votable
INSTALL
IMPORT
SIG · ACTS-AS-VOTABLE
A
acts-as-votable
databaserubyv0.14.0
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.

ActsAsVotable
require 'acts_as_votable'

Make a model votable and record a like.

require 'acts_as_votable' class Post < ActiveRecord::Base acts_as_votable end post = Post.find(1) post.liked_by User.find(1)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
acts-as-votable — gem install acts-as-votable · libregistry