Sha256: c8a5052eeb8913e33c31601dc93e544e266c3da67b3ebcc32a5700c8501ecb1d
Contents?: true
Size: 289 Bytes
Versions: 11
Compression:
Stored size: 289 Bytes
Contents
module MotionPrime class SwitchFieldSection < BaseFieldSection element :label, type: :label do default_label_options end element :input, type: :switch do options[:input] || {} end element :hint, type: :label do options[:hint] || {} end end end
Version data entries
11 entries across 11 versions & 1 rubygems