method

run_hotwire

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