Like /teams -> for 'index' method...
/teams/new -> for 'new' method and so
on. Ain't this moving away from rest,
which defines that each resource has
one unique URI???
No this is not moving away from REST, because as far as REST is concerned /teams and /teams/new are two different resources.