Merge branch 'master' into qr_code

This commit is contained in:
Yan
2017-09-15 10:06:58 +06:30
23 changed files with 1403 additions and 983 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