README.rdoc in rails_contrib-0.0.3 vs README.rdoc in rails_contrib-0.0.4
- old
+ new
@@ -44,9 +44,5 @@
The method submit_tag outputs a button with span inside:
<button name="commit" value="submit">
<span>Send</span>
</button>
-
-The method form_for by default uses request.fullpath path and post method:
- <form action="fullpath" method="post">
- </form>