show/hide this revision's text 2 edited body

Check out api.doc/rails and search rails documentation for form_for.

You can modify the form_for @story and pass in some other options to suit your needs.

If that doesn't work for you, you can use form_tag instead.

show/hide this revision's text 1

Check out api.doc/rails and search for form_for

You can modify the form_for @story and pass in some other options to suit your needs.

If that doesn't work for you, you can use form_tag instead.