Skip to content

support nested namespaced models #4

@bjrmatos

Description

@bjrmatos

A directory like the following:

captura de pantalla 2016-11-03 a las 11 00 20 p m

should output a nested namespace object

current output:

{ AnimalWithSomething: AnimalWithSomething,
  Contact: Contact,
  base: { PersonWithSomething: base.PersonWithSomething },
  accounts: {},
  'base.accounts': { Person: base.accounts.Person } }

expected output:

{ AnimalWithSomething: AnimalWithSomething,
  Contact: Contact,
  base: { 
    PersonWithSomething: base.PersonWithSomething
    accounts: {
     Person: base.accounts.Person
   }
 }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions