Skip to content

Commit

Permalink
releases structure
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zülke committed Oct 7, 2008
1 parent 4d85208 commit b2f182e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/config/routing.xml
Expand Up @@ -42,6 +42,14 @@
<route name=".link" pattern="^/link(/{id:\d+})?">
<route name=".edit" pattern="^/edit$" action="LinkEdit" />
</route>
<!-- <route name=".releases" pattern="^/releases" action="Releases">
<route name=".index" pattern="^$" action=".Index" />
<route name=".add" pattern="^/add" action=".Add" />
<route name=".release" pattern="^/(id:\d+)" action=".Release">
<route name=".view" pattern="^$" action=".View" />
<route name=".edit" pattern="^/edit$" action=".Edit" />
</route>
</route> -->
<route name=".release" pattern="^/release(/{id:\d+})?">
<route name=".edit" pattern="^/edit$" action="ReleaseEdit" />
</route>
Expand Down

0 comments on commit b2f182e

Please sign in to comment.