method

run_hotwire

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: AppBase
run_hotwire() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.