DEV: Do not manually require ip_addr (#15535)

This commit is contained in:
Bianca Nenciu 2022-01-11 12:43:00 +02:00 committed by GitHub
parent b537d591b3
commit dd3e766efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
# frozen_string_literal: true
require_dependency 'ip_addr'
class Admin::ScreenedIpAddressesController < Admin::AdminController
before_action :fetch_screened_ip_address, only: [:update, :destroy]