Add feature to disable IP whitelist #2707

This commit is contained in:
Martin Lensment 2015-06-29 12:31:47 +03:00
parent 5a0fd06e20
commit ffebff72dd
6 changed files with 32 additions and 2 deletions

View file

@ -1,6 +1,5 @@
class RegistrarController < ApplicationController
before_action :authenticate_user!, :check_ip
# before_action :check_ip
layout 'registrar/application'
include Registrar::ApplicationHelper