class HandcuffsNotConfiguredError
Public Class Methods
Source
# 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
Calls superclass method