Sha256: 326ffe3aeb2e2737c8579a8acd2ad9a49bbe610f16f125010d5c8684cd21d930
Contents?: true
Size: 514 Bytes
Versions: 12
Compression:
Stored size: 514 Bytes
Contents
module KonoUtils module Object module Cell module Forms # namespace module Fields ## # Rappresenta il layout del container del Wrapper # abbiamo la versione Standard e versione Table ## class NestedWrappers::FormsContainers::Layout < Base delegates :parent_cell, :target_container_for_new_nested def parent_cell context[:parent_cell] end end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems