6 lines
141 B
Ruby
6 lines
141 B
Ruby
json.array! @menu_attributes do |attribute|
|
|
json.type attribute.attribute_type
|
|
json.name attribute.name
|
|
json.value attribute.value
|
|
end
|