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