lib/ohm/lua/save.lua in ohm-2.0.0.rc1 vs lib/ohm/lua/save.lua in ohm-2.0.0.rc2
- old
+ new
@@ -120,6 +120,6 @@
index(model, indices)
remove_uniques(model, uniques)
unique(model, uniques)
-return model.id
+return tostring(model.id)
- old
+ new