Module: ActsAsVotable::Helpers::Words
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_words ⇒ Object
12 13 14 |
# File 'lib/acts_as_votable/helpers/words.rb', line 12 def votable_words VotableWords end |