undefined method `submit' for #<ActionView::Helpers::FormBuilder:0x347540c>
has this explanation:
You are using an older version of rails, before "f.submit" was invented. If you're using Rails 1.2 or something, then the workaround below should work for you.
and this workaround:
Use submit_tag instead
this page says: "Link to me please"
You are using an older version of rails, before "f.submit" was invented. If you're using Rails 1.2 or something, then the workaround below should work for you.
and this workaround:
Use submit_tag instead
this page says: "Link to me please"
No comments:
Post a Comment