method
install_javascript_dependencies
v7.0.0 -
Show latest stable
- Class:
Rails::Generators::ChannelGenerator
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