Sha256: 05a28cae81b2795f5da6208f0a6ba49b67ada286bf8c5f54b39f1a7fab2b8cd6
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_brands-0.1.0.1 | app/helpers/c80_brands/app_helper.rb |
c80_brands-0.1.0 | app/helpers/c80_brands/app_helper.rb |