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

7 lines
164 B
Ruby
Executable File

json.array! @menu_attributes do |attribute|
json.id attribute.id
json.type attribute.attribute_type
json.name attribute.name
json.value attribute.value
end