Module: ActsAsVotable::Helpers::Words

Included in:
Votable, Vote
Defined in:
lib/acts_as_votable/helpers/words.rb

Overview

this helper provides methods that help find what words are up votes and what words are down votes

It can be called

votable_object.votable_words.that_mean_true

Instance Method Summary collapse

Instance Method Details

#votable_wordsObject



12
13
14
# File 'lib/acts_as_votable/helpers/words.rb', line 12

def votable_words
  VotableWords
end