Exception: Alchemy::NotMountedError

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if Alchemy is not properly mounted in the apps routes file.



62
63
64
# File 'lib/alchemy/errors.rb', line 62

def message
  "Alchemy mount point not found! Please run `bin/rake alchemy:mount'"
end