Class: ActsAsCaesar::NegativeVote
- Defined in:
- lib/acts_as_caesar/objects/vote.rb
Class Method Summary collapse
Methods inherited from Vote
#candidate, find, from_value, #initialize, #to_json, #update, #value, #voter
Constructor Details
This class inherits a constructor from ActsAsCaesar::Vote
Class Method Details
.value ⇒ Object
75 |
# File 'lib/acts_as_caesar/objects/vote.rb', line 75 def self.value; -1; end |