I am trying to redirect the create method of another controller. However, I cannot find a way to set the POST method. This leads to an index method call. Usage :method => :post simply creates a new parameter, but does not change the http method.
Any ideas on how to redirect the create method?
source share