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