Class: Megatron::NavigationHelper::SecondaryNav
- Inherits:
-
Nav
- Object
- BlockHelpers::Base
- Helper
- Nav
- Megatron::NavigationHelper::SecondaryNav
show all
- Defined in:
- app/helpers/megatron/navigation_helper.rb
Instance Method Summary
collapse
Methods inherited from Nav
#icon_label, #item, #link_label
Methods inherited from Helper
inherited
Instance Method Details
#display(body) ⇒ Object
63
64
65
|
# File 'app/helpers/megatron/navigation_helper.rb', line 63
def display(body)
content_for(:secondary_nav) { body }
end
|
#nav_class ⇒ Object
59
60
61
|
# File 'app/helpers/megatron/navigation_helper.rb', line 59
def nav_class
'secondary_nav'
end
|