mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix rubocop offense
This commit is contained in:
parent
abc43f0448
commit
86ee45477c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue