Module SimpleNavigation::ControllerMethods::InstanceMethods
In: lib/simple_navigation/rails_controller_methods.rb

Methods

Public Instance methods

Sets the active navigation. Call this method in any action to override the controller-wide active navigation specified by navigation.

The specified symbol must match the keys for your navigation items in your config/navigation.rb file.

[Source]

# File lib/simple_navigation/rails_controller_methods.rb, line 119
      def current_navigation(*args)
        @sn_current_navigation_args = args
      end

[Validate]