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.
|
2 | edited body | ||
|
Check out api.doc/rails and search rails documentation for form_for. You can modify the If that doesn't work for you, you can use form_tag instead. |
||||
|
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. |
||||