class Alchemy::DefaultSiteNotFoundError

Public Instance Methods

message() click to toggle source

Raised if no default site configuration can be found.

# File lib/alchemy/errors.rb, line 16
def message
  "No default site configuration found!" \
  " Please ensure that you have a 'default_site' defined in Alchemy configuration file."
end