Sha256: 14b702ccc7c8ff7eaccfffc859a441def7188c28a5bdb45cadadbfe808119daf
Contents?: true
Size: 412 Bytes
Versions: 50
Compression:
Stored size: 412 Bytes
Contents
module Plutonium module Definition module NestedInputs extend ActiveSupport::Concern included do defineable_prop :nested_input # def self.nested_input(name, with: nil, **) # defined_nested_inputs[name] = {} # end # def nested_input(name, with: nil, **) # instance_defined_nested_inputs[name] = {} # end end end end end
Version data entries
50 entries across 50 versions & 1 rubygems