Sha256: 152ecf447b98d633293f07bd9f28dc412399793e6c5d733c81fc65244f4f7cc0

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

require_relative 'ama_layout_partial_helper'

module AmaLayoutBreadcrumbHelper
  include AmaLayoutPartialHelper

  def show_breadcrumbs
    render partial: ama_layout_partial('breadcrumbs')
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ama_layout-11.5.1 app/helpers/ama_layout_breadcrumb_helper.rb
ama_layout-11.5.0 app/helpers/ama_layout_breadcrumb_helper.rb
ama_layout-11.4.0 app/helpers/ama_layout_breadcrumb_helper.rb
ama_layout-11.3.1 app/helpers/ama_layout_breadcrumb_helper.rb
ama_layout-11.3.0 app/helpers/ama_layout_breadcrumb_helper.rb
ama_layout-11.2.0 app/helpers/ama_layout_breadcrumb_helper.rb
ama_layout-11.1.0 app/helpers/ama_layout_breadcrumb_helper.rb