vita_app/app/views/public/shared/_cat_menu.html.haml
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

4 lines
223 B
Plaintext
Executable File

%ul.root_menu
-ProductCategory.where("parent_id is null").joins(:product_category_langs).where("product_category_langs.lang = ?", 'fr').order("position").limit(100).each do |product_category|
=render product_category