mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-12 13:45:42 -05:00
Prefer autoload to require in misc app/ files (#40243)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'csv'
|
||||
|
||||
module Admin
|
||||
class ExportDomainAllowsController < BaseController
|
||||
include Admin::ExportControllerConcern
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'csv'
|
||||
|
||||
module Admin
|
||||
class ExportDomainBlocksController < BaseController
|
||||
include Admin::ExportControllerConcern
|
||||
|
||||
Reference in New Issue
Block a user