simply_stored
simply_stored copied to clipboard
User.first returns an hash
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.