Files
sx-fc/app/views/api/restaurant/menu_item_attributes/show.json.jbuilder
2017-09-18 13:53:28 +06:30

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