Class: ActsAsCaesar::PositiveVote
- 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
71 |
# File 'lib/acts_as_caesar/objects/vote.rb', line 71 def self.value; 1; end |