We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be094fa commit cc9aef0Copy full SHA for cc9aef0
1 file changed
lib/react_on_rails/configuration.rb
@@ -210,7 +210,7 @@ def ensure_server_bundle_js_file_has_no_path
210
assets_dir = ReactOnRails::Utils.generated_assets_full_path
211
self.server_bundle_js_file = File.basename(server_bundle_js_file)
212
213
- Rails.logger_warn do
+ Rails.logger.warn do
214
"[DEPRECATION] ReactOnRails: remove path from server_bundle_js_file in configuration. "\
215
"All generated files must go in #{assets_dir}. Using file basename #{server_bundle_js_file}"
216
end
0 commit comments