Update time when inserting, store time in insert.
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 704c415..2469e49 100644 (file)
@@ -3,6 +3,7 @@
 
        <id><% currentSone.id></id>
        <name><% currentSone.name|xml></name>
+       <time><% currentSone.time></time>
 
        <profile>
                <first-name><% currentSone.profile.firstName|xml></first-name>