Exception: Thredded::Errors::TopicNotFound

Inherits:
Thredded::Error show all
Defined in:
lib/thredded/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



39
40
41
# File 'lib/thredded/errors.rb', line 39

def message
  I18n.t('thredded.errors.topic_not_found')
end