Sha256: cda12251601594da6ca87fcb3d1c6af60c7579b20f2225030574663be797ca41
Contents?: true
Size: 300 Bytes
Versions: 11
Compression:
Stored size: 300 Bytes
Contents
import ChildWorks from "geo_concerns/relationships/child_works" import ParentWorks from "geo_concerns/relationships/parent_works" export default class Initializer { constructor() { this.child_works = new ChildWorks('#child-works') this.parent_works = new ParentWorks('#parent-works') } }
Version data entries
11 entries across 11 versions & 1 rubygems