Project

General

Profile

Download (245 Bytes) Statistics
| Branch: | Tag: | Revision:
module Types
class FactName < BaseObject
description 'A FactName'

global_id_field :id
timestamps
field :name, String
field :short_name, String
field :type, String

has_many :fact_values, Types::FactValue
end
end
(10-10/24)