Module: SiteMap::Helpers::ActionController

Defined in:
lib/site_map/helpers/action_controller.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
# File 'lib/site_map/helpers/action_controller.rb', line 6

def self.included(base)
  if base.respond_to?(:helper_method)
    base.send(:helper_method, :view_node)
  end
end