class Alchemy::NotMountedError
Public Instance Methods
message()
click to toggle source
Raised if Alchemy
is not properly mounted in the apps routes file.
# File lib/alchemy/errors.rb, line 51 def message "Alchemy mount point not found! Please run `bin/rake alchemy:mount'" end