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.



69
70
71
# File 'lib/alchemy/errors.rb', line 69

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