Exception: Alchemy::DefaultLanguageNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alchemy/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if no default language can be found.



15
16
17
# File 'lib/alchemy/errors.rb', line 15

def message
  "No default language found! Please run the `bin/rake db:seed` task."
end