method

install_javascript_dependencies

install_javascript_dependencies()
private

No documentation available.

# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 73
        def install_javascript_dependencies
          say "Installing JavaScript dependencies", :green
          run "yarn add @rails/actioncable"
        end