File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -261,19 +261,6 @@ def legacy_debug_path(path, debug)
261
261
path
262
262
end
263
263
end
264
-
265
- private
266
- # Emits a deprecation warning when asset pipeline
267
- # is used with an asset that is not part of the pipeline.
268
- #
269
- # Attempts to determine proper method name based on caller.
270
- def deprecate_invalid_asset_lookup ( name , call_stack )
271
- message = "The asset #{ name . inspect } you are looking for is not present in the asset pipeline.\n "
272
- message << "The public fallback behavior is being deprecated and will be removed.\n "
273
- message << "pass in `skip_pipeline: true` instead.\n "
274
-
275
- ActiveSupport ::Deprecation . warn ( message , call_stack )
276
- end
277
264
end
278
265
279
266
# Use a separate module since Helper is mixed in and we needn't pollute
You can’t perform that action at this time.
0 commit comments