Exception: Thredded::Errors::PostNotFound

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

Instance Method Summary collapse

Instance Method Details

#messageObject



45
46
47
# File 'lib/thredded/errors.rb', line 45

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