Exception: Thredded::Errors::PrivateTopicNotFound

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

Instance Method Summary collapse

Instance Method Details

#messageObject



27
28
29
# File 'lib/thredded/errors.rb', line 27

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