8 lines
164 B
Ruby
8 lines
164 B
Ruby
if(@attribute)
|
|
json.id @attribute.id
|
|
json.type @attribute.attribute_type
|
|
json.name @attribute.name
|
|
json.value @attribute.value
|
|
else
|
|
json.success false
|
|
end |