Module: Ballot::Votable::ClassMethods
- Defined in:
- lib/ballot/votable.rb
Overview
Methods added to the Votable model class.
Instance Method Summary collapse
-
#ballot_votable? ⇒ Boolean
The class is now a votable record.
Instance Method Details
#ballot_votable? ⇒ Boolean
The class is now a votable record.
440 441 442 |
# File 'lib/ballot/votable.rb', line 440 def ballot_votable? true end |