class ActionView::FixtureResolver

def find_candidate_template_paths(path)

def find_candidate_template_paths(path)
  @hash.keys.select do |fixture|
    fixture.start_with?(path.virtual)
  end.map do |fixture|
    "/#{fixture}"
  end
end