Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は基本的にビューで次のものを取得したい:
現在の分類群のすべての製品、次にその分類群の子のすべての製品。これを行う最善の方法は何ですか?すでに方法はありますか?
taxon_products = current_taxon.products children_products = current_taxon.children.includes(:products).map(&:products). flatten.compact.uniq