class HandcuffsNotConfiguredError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/handcuffs/errors.rb, line 15 def initialize msg = <<-MESSAGE You must configure Handcuffs in your Rails initializer. see README.md for details MESSAGE super(msg) end