class Phlex::Turbo::Stream
def initialize(action:, target:)
def initialize(action:, target:) @action = action @target = target end
def template(&content)
def template(&content) turbo_stream(action: @action, target: @target, &content) end
def initialize(action:, target:) @action = action @target = target end
def template(&content) turbo_stream(action: @action, target: @target, &content) end