Class: Custodian::Core::Node
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Custodian::Core::Node
- Defined in:
- app/models/custodian/core/node.rb
Constant Summary collapse
- DEMAND_TYPES =
%w[binary fixed variable_manual variable_by_tag].freeze
Instance Method Summary collapse
-
#graph ⇒ Object
Node deliberately has no graph_id column: graph membership is resolved via the ancestry root instead, to avoid an unused foreign key.