Module: Ballot::Votable::ClassMethods

Defined in:
lib/ballot/votable.rb

Overview

Methods added to the Votable model class.

Instance Method Summary collapse

Instance Method Details

#ballot_votable?Boolean

The class is now a votable record.

Returns:

  • (Boolean)


440
441
442
# File 'lib/ballot/votable.rb', line 440

def ballot_votable?
  true
end