update addorder

This commit is contained in:
Aung Myo
2017-09-13 09:21:35 +06:30
parent 101b9511da
commit bbcce13a2e
6 changed files with 86 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
if(@attribute)
json.id @attribute.id
json.type @attribute.attribute_type
json.name @attribute.name
json.value @attribute.value
else
json.success false
end