7 lines
164 B
Ruby
7 lines
164 B
Ruby
json.array! @menu_attributes do |attribute|
|
|
json.id attribute.id
|
|
json.type attribute.attribute_type
|
|
json.name attribute.name
|
|
json.value attribute.value
|
|
end
|