mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 03:17:01 +08:00
DEV: Do not manually require ip_addr (#15535)
This commit is contained in:
parent
b537d591b3
commit
dd3e766efd
@ -1,7 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_dependency 'ip_addr'
|
|
||||||
|
|
||||||
class Admin::ScreenedIpAddressesController < Admin::AdminController
|
class Admin::ScreenedIpAddressesController < Admin::AdminController
|
||||||
|
|
||||||
before_action :fetch_screened_ip_address, only: [:update, :destroy]
|
before_action :fetch_screened_ip_address, only: [:update, :destroy]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user