Exception: Alchemy::DefaultSiteNotFoundError

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if no default site configuration can be found.



20
21
22
23
# File 'lib/alchemy/errors.rb', line 20

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