class ActionView::PathResolver
def find_template_paths_from_details(path, details)
def find_template_paths_from_details(path, details) if path.name.include?(".") ActiveSupport::Deprecation.warn("Rendering actions with '.' in the name is deprecated: #{path}") end query = build_query(path, details) find_template_paths(query) end