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.



12
13
14
15
# File 'lib/alchemy/errors.rb', line 12

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