Exception: MakeVoteable::Exceptions::NotVotedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/make_voteable/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



22
23
24
# File 'lib/make_voteable/exceptions.rb', line 22

def message
  "The voteable was not voted by the voter."
end