Module: BreadcrumbKey
- Defined in:
- lib/breadcrumb_key.rb,
lib/breadcrumb_key/helper.rb,
lib/breadcrumb_key/railtie.rb,
lib/breadcrumb_key/version.rb
Overview
BreadcrumbKey module serves as a namespace for all related functionality.
Defined Under Namespace
Modules: Helper Classes: Railtie
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.auto_include_helpers ⇒ Object
Returns the value of attribute auto_include_helpers.
Class Method Summary collapse
Class Attribute Details
.auto_include_helpers ⇒ Object
Returns the value of attribute auto_include_helpers.
9 10 11 |
# File 'lib/breadcrumb_key.rb', line 9 def auto_include_helpers @auto_include_helpers end |
Class Method Details
.auto_include_helpers? ⇒ Boolean
11 12 13 |
# File 'lib/breadcrumb_key.rb', line 11 def auto_include_helpers? auto_include_helpers end |