peritor / simply_stored

A convenience wrapper around CouchDB (using CouchPotato) that supports relations and S3 attachments
Other
140 stars 16 forks source link

User.first returns an hash #27

Open aashish opened 10 years ago

aashish commented 10 years ago

Model.first or any other db call returns an hash. res = Model.first res.name wont work. But documentation says, we can make res.name call. And also can I know how to update a record.