Files
2017-10-23 11:38:10 +06:30

8 lines
164 B
Ruby
Executable File

if(@attribute)
json.id @attribute.id
json.type @attribute.attribute_type
json.name @attribute.name
json.value @attribute.value
else
json.success false
end