hash_1 = {
a: {
category_1: {
length: a["category_1"].length,
amount: category_1_a_total,
speed: category_1_a_speed
},
category_2: {
length: a["category_2"].length,
amount: category_2_a_total,
speed: category_2_a_speed
}
},
# ~ 10 more hashes to follow b..i
}
我想seperatley分别生成activeadmin资源吗?