Exception: Alchemy::NotMountedError
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemy::NotMountedError
- Defined in:
- lib/alchemy/errors.rb
Instance Method Summary collapse
-
#message ⇒ Object
Raised if Alchemy is not properly mounted in the apps routes file.
Instance Method Details
#message ⇒ Object
Raised if Alchemy is not properly mounted in the apps routes file.
51 52 53 |
# File 'lib/alchemy/errors.rb', line 51 def "Alchemy mount point not found! Please run `bin/rake alchemy:mount'" end |