标签: ruby-on-rails ruby-on-rails-3 ancestry
我有一个= button_to "set active", plan_path(plan.id, plan: { active: true }), method: :put, remote: true 的菜单。我想输出has_many :menu_headers的树。有没有办法通过gem而不是遍历所有menu_headers?
= button_to "set active", plan_path(plan.id, plan: { active: true }), method: :put, remote: true
has_many :menu_headers
menu_headers
所以我今天早上花了几分钟才想出这个,但似乎应该有一个预先建立的方法来做到这一点: