Sha256: 96b592447534856994261993860df123f12b35d0b7de26f8a3ce151b3f5fb88c
Contents?: true
Size: 226 Bytes
Versions: 47
Compression:
Stored size: 226 Bytes
Contents
class FormSubmissionDataDecorator < ApplicationDecorator delegate_all def label field = form_submission.form.fields.find_by(identifier: name) return field.label if field && field.label.present? name end end
Version data entries
47 entries across 47 versions & 1 rubygems