amco / dolly

Not an ORM for CouchDB in rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3.0 Dolly Missing doc type property

javierg opened this issue · comments

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