method

register_template

register_template(template)
private

No documentation available.

# File actionpack/lib/action_view/reloadable_template.rb, line 42
        def register_template(template)
          template.accessible_paths.each do |path|
            @paths[path] = template
          end
        end