Sha256: c2fd6e8c703d83df5e6d48e80ad8baff14eebec77b950563c8067e17e735795f
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
module Plutonium::Ui class DynaFrameHostComponent < Plutonium::Ui::Base option :src def id super || SecureRandom.hex end end end Plutonium::ComponentRegistry.register :dyna_frame_host, to: Plutonium::Ui::DynaFrameHostComponent
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plutonium-0.8.0 | app/views/components/dyna_frame_host/dyna_frame_host_component.rb |