<?xml version="1.0" encoding="UTF-8" ?>

<routes xmlns="http://friendsofsymfony.github.com/schema/rest"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://friendsofsymfony.github.com/schema/rest http://friendsofsymfony.github.com/schema/rest/routing-1.0.xsd">

    <import
        id="user_topics"
        type="rest"
        parent="users"
        resource="FOS\RestBundle\Tests\Fixtures\Controller\UserTopicsController" />

</routes>
