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.
2 parents 5346dfd + 86ee454 commit f967bceCopy full SHA for f967bce
actioncable/lib/rails/generators/channel/channel_generator.rb
@@ -67,7 +67,7 @@ def import_channels_in_javascript_entrypoint
67
68
def import_channel_in_javascript_entrypoint
69
append_to_file "app/javascript/channels/index.js",
70
- 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)
71
end
72
73
def install_javascript_dependencies
0 commit comments