Skip to content

Commit 86ee454

Browse files
committed
Fix rubocop offense
1 parent abc43f0 commit 86ee454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/lib/rails/generators/channel/channel_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def import_channels_in_javascript_entrypoint
6767

6868
def import_channel_in_javascript_entrypoint
6969
append_to_file "app/javascript/channels/index.js",
70-
using_node? ? %(import "./#{file_name}_channel"\n) : %(import "channels/#{file_name}_channel"\n)
70+
using_node? ? %(import "./#{file_name}_channel"\n) : %(import "channels/#{file_name}_channel"\n)
7171
end
7272

7373
def install_javascript_dependencies

0 commit comments

Comments
 (0)