Sha256: a996c219382c58d966b5d1217810b4acb16fbd05cd7992d20dc37503c6ec7e0a
Contents?: true
Size: 206 Bytes
Versions: 3
Compression:
Stored size: 206 Bytes
Contents
module MakeVoteable class Voting < ActiveRecord::Base attr_accessible :voteable, :voter, :up_vote belongs_to :voteable, :polymorphic => true belongs_to :voter, :polymorphic => true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
make_voteable-0.1.1 | lib/make_voteable/voting.rb |
make_voteable-0.1.0 | lib/make_voteable/voting.rb |
make_voteable-0.0.2 | lib/make_voteable/voting.rb |