Module: YeshouaCrm::ActsAsVotable::Helpers::Words

Included in:
Votable, Vote
Defined in:
lib/yeshoua_crm/helpers/vote_helper.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/yeshoua_crm/helpers/vote_helper.rb', line 12

def votable_words
  VotableWords
end