Form_for for a hash object?

Is it possible to pass a hash object into form_for instead of an
ActiveRecord object? The only solution I can think of is to modify the
method_missing method for the Hash class? Is there a better solution?

Also, I want to pass a hash object because I use a custom form builder.