webmcp

view framework/env/convert/_from_boolean_to_human.lua @ 438:ea8419658535

Another change to make <db_object>:try_save() work properly with "document_column"
(use "_col" proxy also for accessing self._col[primary_key.json_doc])
author jbe
date Wed Jan 20 21:06:07 2016 +0100 (2016-01-20)
parents 9fdfb27f8e67
children
line source
1 function convert._from_boolean_to_human(value)
2 return atom.dump(value)
3 end

Impressum / About Us