module Workarea decorate Categorization, with: :browse_option do private def manual_models return [] if @product.blank? @manual_models ||= Catalog::Category.by_product( [@product.id, *BrowseOptionIds.all_for(@product)] ).to_a end end end