Sha256: 5762bf136e879f907171c4f2402f06aace3f087d5f54723edb3967556a6d02be
Contents?: true
Size: 333 Bytes
Versions: 13
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true # An adapter for the turbo-rails <code>turbo_stream</code> helper. # @see https://github.com/hotwired/turbo-rails module Phlex::Rails::Helpers::TurboStream extend Phlex::Rails::HelperMacros def turbo_stream(...) Phlex::Rails::Buffered.new( helpers.turbo_stream(...), view: self ) end end
Version data entries
13 entries across 13 versions & 1 rubygems