rootstrap/rails_hotwire_base

View on GitHub
app/helpers/turbo_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module TurboHelper
  def accept_turbo_stream_response
    { data: { controller: 'turbo-streams', action: 'turbo-streams#injectHeaders' } }
  end
end