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