Sha256: c8f3812d6d0bdb7c0cb5992de8236718780f5b9d42947d3b19f9662d90cfe920
Contents?: true
Size: 246 Bytes
Versions: 66
Compression:
Stored size: 246 Bytes
Contents
module Avo module Fields class HasManyField < HasBaseField def initialize(id, **args, &block) args[:updatable] = false hide_on :all show_on :show super(id, **args, &block) end end end end
Version data entries
66 entries across 66 versions & 1 rubygems