Sha256: e119d692fbf95032db137fb29c3664c4d00f6223cba1d614c531b663075cc79f
Contents?: true
Size: 288 Bytes
Versions: 10
Compression:
Stored size: 288 Bytes
Contents
.horizontal-form-label = f.object.title .horizontal-form-content = f.fields_for :partable, f.object.partable do |ff| .select-dropdown = ff.label :value, f.object.title = ff.select :value, f.object.options[:values].map{|o| [option_label(f.object, o), o]}, prompt: true
Version data entries
10 entries across 10 versions & 1 rubygems