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.



51
52
53
# File 'lib/alchemy/errors.rb', line 51

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