I am trying to redirect to the create method of another controller. However, I can't find a way to set the method to POST. This results in the index method to be called. Using :method => :post
just creates a new parameter, but doesn't change the http method.
Any ideas how to redirect to the create method?