Sha256: 9c9e0bed5869ee7fcc6aeecc1551d06a1befa44553fc93052ad72dbdc423fc7c
Contents?: true
Size: 313 Bytes
Versions: 161
Compression:
Stored size: 313 Bytes
Contents
module Avo module Resources module Controls class AttachButton < BaseControl def initialize(**args) super(**args) if args[:item].present? @label = I18n.t("avo.attach_item", item: args[:item]) if label.nil? end end end end end end
Version data entries
161 entries across 161 versions & 1 rubygems