Fix rubocop offense

This commit is contained in:
Jose Galisteo 2021-09-04 20:44:11 +02:00
parent abc43f0448
commit 86ee45477c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ module Rails
def import_channel_in_javascript_entrypoint
append_to_file "app/javascript/channels/index.js",
using_node? ? %(import "./#{file_name}_channel"\n) : %(import "channels/#{file_name}_channel"\n)
using_node? ? %(import "./#{file_name}_channel"\n) : %(import "channels/#{file_name}_channel"\n)
end
def install_javascript_dependencies