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