module YeshuaCrm::ActsAsVotable::Helpers::Words

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

Public Instance Methods

votable_words() click to toggle source
# File lib/yeshua_crm/helpers/vote_helper.rb, line 12
def votable_words
  VotableWords
end