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