Sha256: 412349026d8952b63fc3c0d1ea7116e64236b8b1374c6394492d38d6efc36449
Contents?: true
Size: 259 Bytes
Versions: 17
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true module Shimmer module Form class RadiosField < Field self.type = :radios def render builder.collection_radio_buttons method, collection, id_method, name_method, {}, options end end end end
Version data entries
17 entries across 17 versions & 1 rubygems