class Rails::Generators::AppBase
def run_hotwire
def run_hotwire return if options[:skip_javascript] || options[:skip_hotwire] || !bundle_install? rails_command "turbo:install stimulus:install" end
def run_hotwire return if options[:skip_javascript] || options[:skip_hotwire] || !bundle_install? rails_command "turbo:install stimulus:install" end