method
run_hotwire
v7.0.0 -
Show latest stable
- Class:
Rails::Generators::AppBase
run_hotwire()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 456
def run_hotwire
return if options[:skip_javascript] || options[:skip_hotwire] || !bundle_install?
rails_command "turbo:install stimulus:install"
end