class DataWorks::Config
Public Class Methods
autocreated_children=(hash)
click to toggle source
# File lib/data_works/config.rb, line 13 def self.autocreated_children=(hash) Relationships.autocreated_children = hash end
necessary_parents=(hash)
click to toggle source
# File lib/data_works/config.rb, line 9 def self.necessary_parents=(hash) Relationships.necessary_parents = hash end