Module: Navigator::NavigationHelper
- Defined in:
- app/helpers/navigator/navigation_helper.rb
Overview
Navigation helper methods for the view layer.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.current_path ⇒ Object
14 |
# File 'app/helpers/navigator/navigation_helper.rb', line 14 def current_path = request.env["PATH_INFO"] |
.navigation_activator ⇒ Object
16 |
# File 'app/helpers/navigator/navigation_helper.rb', line 16 def = Navigator::TagActivator.new(search_value: current_path) |