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