mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 11:57:26 +00:00
9 lines
158 B
Ruby
9 lines
158 B
Ruby
# frozen_string_literal: true
|
|
|
|
#
|
|
# Asset proxy settings
|
|
#
|
|
ActiveSupport.on_load(:active_record) do
|
|
Banzai::Filter::AssetProxyFilter.initialize_settings
|
|
end
|