Sha256: e76ff4147b04af7d04e10db4c8a8279f5f130af8d052422d220d8bdcc799455d
Contents?: true
Size: 162 Bytes
Versions: 8
Compression:
Stored size: 162 Bytes
Contents
module Spina module MediaPicker class ImageComponent < ApplicationComponent def initialize(image:) @image = image end end end end
Version data entries
8 entries across 8 versions & 1 rubygems