Class: DataDictionary

Inherits:
ApplicationRecord show all
Defined in:
app/models/data_dictionary.rb

Overview

== Schema Information

Table name: data_dictionaries
Database name: primary

id :integer not null, primary key
input_value :string(255)
output_value :string(255)
data_dictionary_set_id :integer

Indexes

index_data_dictionaries_on_data_dictionary_set_id (data_dictionary_set_id)

Belongs to collapse

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event

Instance Method Details

#data_dictionary_setDataDictionarySet



19
# File 'app/models/data_dictionary.rb', line 19

belongs_to :data_dictionary_set, optional: true