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 configuration can be found.



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

def message
  "No default language configuration found!" \
  " Please ensure that you have a 'default_language' defined in Alchemy configuration file."
end