Sha256: 178839db4e1a4cc6c80725ecf4989a3b6535471f2530dd1fa0c419df33e5afee

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

module CubismHelper
  include CableReady::Compoundable
  include CableReady::StreamIdentifier

  def cubicle_for(*keys, html_options: {})
    tag.cubicle_element({identifier: signed_stream_identifier(compound(keys))})
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cubism-0.1.0.pre2 app/helpers/cubism_helper.rb~
cubism-0.1.0.pre1 app/helpers/cubism_helper.rb~