Sha256: f6ac97886fd2438e77775f328e7e62aa0e55045348792375746e6b25668e4abd
Contents?: true
Size: 430 Bytes
Versions: 83
Compression:
Stored size: 430 Bytes
Contents
module Tenon module TenonContent module RowTypes class LeftTextRightImage < TenonContent::RowTypes::Base class << self def add_pieces_to(row) if row.pieces.empty? row.pieces.build(piece_type: 'Text', position: 0, size: 'six') row.pieces.build(piece_type: 'Image', position: 1, size: 'six') end end end end end end end
Version data entries
83 entries across 83 versions & 1 rubygems