From 1babdf33af70c70254a281cbbcf466ffcf40029f Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 19 Jul 2018 16:32:47 +0300 Subject: [PATCH] Add comment --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 1eddf4c6c..7988b7a66 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -99,6 +99,7 @@ Rails.application.routes.draw do namespace :registrant do root 'domains#index' + # POST /registrant/sign_in is not used devise_for :users, path: '', class_name: 'RegistrantUser' devise_scope :registrant_user do get 'login/mid' => 'sessions#login_mid'