Module: Ikura::Builder

Defined in:
lib/ikura/builder.rb

Class Method Summary collapse

Class Method Details

.append(target, content) ⇒ Object



3
4
5
# File 'lib/ikura/builder.rb', line 3

def self.append(target, content)
  %(<turbo-stream action="append" target="#{target}"><template>#{content}</template></turbo-stream>)
end