File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def compute_asset_path(path, options = {})
83
83
84
84
if respond_to? ( :public_compute_asset_path )
85
85
message << "The public fallback behavior is being deprecaed and will be removed.\n "
86
- message << "pass in `public_folder : true` instead.\n "
86
+ message << "pass in `skip_pipeline : true` instead.\n "
87
87
88
88
call_stack = respond_to? ( :caller_locations ) ? caller_locations : caller
89
89
ActiveSupport ::Deprecation . warn ( message , call_stack )
@@ -267,7 +267,7 @@ def legacy_debug_path(path, debug)
267
267
def deprecate_invalid_asset_lookup ( name , call_stack )
268
268
message = "The asset #{ name . inspect } you are looking for is not present in the asset pipeline.\n "
269
269
message << "The public fallback behavior is being deprecated and will be removed.\n "
270
- message << "pass in `public_folder : true` instead.\n "
270
+ message << "pass in `skip_pipeline : true` instead.\n "
271
271
272
272
ActiveSupport ::Deprecation . warn ( message , call_stack )
273
273
end
You can’t perform that action at this time.
0 commit comments