Sha256: 1bd1c12167195badea5ee67b7e5a327ddf65e03ed6bcf1d1c79852451c605a8d
Contents?: true
Size: 222 Bytes
Versions: 35
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true module LinkedRails class Form class Field class FileInputSerializer < FieldSerializer attribute :max_size, predicate: Vocab.form[:maxFileSize] end end end end
Version data entries
35 entries across 35 versions & 1 rubygems