Sha256: d9c311cc34062f473b23b81c581855e14e9d883e1d28516f6514111358c806af
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
module DataWorks def self.configure yield(Config) end class Config def self.necessary_parents=(hash) Relationships.necessary_parents = hash end def self.autocreated_children=(hash) Relationships.autocreated_children = hash end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
data_works-0.1.1 | lib/data_works/config.rb |