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