Sha256: de5a7b1fb1ed056737872b2b7adc5df7fd4831481fd20c6bc0141f0b374404a0
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true class DocumentDataDictionaryEntry < ApplicationRecord # Associations belongs_to :document_data_dictionary # Validations validates :friendlier_id, :field_name, presence: true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight_admin-0.7.1 | app/models/document_data_dictionary_entry.rb |
geoblacklight_admin-0.7.0 | app/models/document_data_dictionary_entry.rb |