Exception: Thredded::Errors::DatabaseEmpty

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

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/thredded/errors.rb', line 9

def message
  'Seed the database with "rake db:seed".'
end