Exception: Thredded::Errors::PrivatePostNotFound

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

Instance Method Summary collapse

Instance Method Details

#messageObject



33
34
35
# File 'lib/thredded/errors.rb', line 33

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