class GlobalRegistryModels::Entity::Relationship

Public Class Methods

identifying_attributes() click to toggle source
# File lib/global_registry_models/entity/relationship.rb, line 9
def self.identifying_attributes
  [:name, :description, :is_editable, :field_type, :data_visibility, :parent_id]
end