module C80Brands module AppHelper def brands_list list = Bbrand.all render :partial => 'c80_brands/shared/brands_list', :locals => { list: list, h3_title: 'Бренды' } end end end