Specify body in process

With the process command:

def process(action, parameters = nil, session = nil, flash = nil)

How do I specify what goes into the body of the post?

Joe wrote:

With the process command:

def process(action, parameters = nil, session = nil, flash = nil)

How do I specify what goes into the body of the post?

That should be what the paremeters value is for:

process :foo, :user => {:name => ‘Joe’}