[ANN] form_relayer 0.0.1

Github: GitHub - GoodLife/form_relayer: Makes it easier to make confirmation page by relaying received POST params for further POSTing

The form_relayer gem is basically a simple helper for you to create
those
confirmation pages when you POST. It converts POST params received back
into hidden input tags, so you can repeat the same form to POST those
again.

This is good for simple confirmation pages when a multi-step wizard
library
becomes overkill.

Thanks

Mark