Rails 3: Route all POST to :update method for a specific namespace

Against the background of the PUT/PATCH/POST partial update discussion
( Patch verb by dlee · Pull Request #505 · rails/rails · GitHub ):

Actually I want to use the PATCH method in Rails but it is not yet
implemented. So can I define (for a whole namespace) that THIS is
standard behavior:

POST resource/:id => :update

?