amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

3.0 Dolly Missing doc type property #149

Open javierg opened 5 years ago

javierg commented 5 years ago

After refactoring to remove type and adding doc_type creating a new document is missing the doc_type property after create. This is important as in Mango, it is the default to use type to do doc typing.

We need to restore the type attribute