Exception: HandcuffsNotConfiguredError

Inherits:
HandcuffsError show all
Defined in:
lib/handcuffs/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeHandcuffsNotConfiguredError

Returns a new instance of HandcuffsNotConfiguredError.



15
16
17
18
19
20
21
# File 'lib/handcuffs/errors.rb', line 15

def initialize
  msg = "    You must configure Handcuffs in your Rails initializer.\n    see README.md for details\n  MESSAGE\n  super(msg)\nend\n"