Sha256: b84c6d7c2e3a60caff8e92ddfd2a0a0ec1590b2d4a1b224513c3ea2f8974ca4c
Contents?: true
Size: 350 Bytes
Versions: 35
Compression:
Stored size: 350 Bytes
Contents
# frozen_string_literal: true module LinkedRails class Form class Field class AssociationInputSerializer < FieldSerializer attribute :nested_form, predicate: Vocab.form[:form] do |object| object.nested_form.form_iri end has_one :target_class, predicate: Vocab.sh.targetClass end end end end
Version data entries
35 entries across 35 versions & 1 rubygems