method
register_template
rails latest stable - Class:
ActionView::ReloadableTemplate::ReloadablePath
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