Sha256: 36342974a5aa5ff0dc1b9ab643bc466d22bbf0064d168420e58f17baa89d0148
Contents?: true
Size: 494 Bytes
Versions: 1
Compression:
Stored size: 494 Bytes
Contents
module Hancock::Catalog::Decorators module Categories extend ActiveSupport::Concern # included do # # def page_title # if @category # @category.page_title # else # super # end # end # # def category_class # Hancock::Catalog::Category # end # def item_class # Hancock::Catalog::Item # end # # def insert_breadcrumbs # true # end # # end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hancock_cms_catalog-1.0.2 | app/controllers/concerns/hancock/catalog/decorators/categories.rb |