Sha256: 6bb002dcde5ced1fbdc836893fc1047f2bb25063779a70d2a7395095128be35e
Contents?: true
Size: 384 Bytes
Versions: 166
Compression:
Stored size: 384 Bytes
Contents
ruby: tuples = Array.wrap(attributes).map do |attribute| label = model.class.human_attribute_name(attribute) value = model.public_send(attribute) html = if value.respond_to?(:nested_attribute?) render(value) else Presenter.for(value).to_s end [label, html] end - tuples.each do |label, html| dt= label dd= html
Version data entries
166 entries across 166 versions & 1 rubygems