method

template_keys

template_keys(path)
private

No documentation available.

# File actionview/lib/action_view/renderer/object_renderer.rb, line 25
      def template_keys(path)
        super + [@local_name]
      end