class ActionDispatch::Routing::Mapper

def raise_no_secret_key #:nodoc:

:nodoc:
def raise_no_secret_key #:nodoc:
  raise <<-ERROR
.secret_key was not set. Please add the following to your Devise initializer:
ig.secret_key = '#{SecureRandom.hex(64)}'
 ensure you restarted your application after installing Devise or setting the key.
end