Fix one last remaining 'we'

This commit is contained in:
Frederick Cheung
2008-12-31 18:10:09 +00:00
parent ddd1aa294a
commit 904b3d8fce

View File

@@ -4,7 +4,7 @@ Mislav Marohnić <mislav.marohnic@gmail.com>
Forms in web applications are an essential interface for user input. However, form markup can quickly become tedious to write and maintain because of form control naming and their numerous attributes. Rails deals away with these complexities by providing view helpers for generating form markup. However, since they have different use-cases, developers are required to know all the differences between similar helper methods before putting them to use.
In this guide we will:
In this guide you will:
* Create search forms and similar kind of generic forms not representing any specific model in your application;
* Make model-centric forms for creation and editing of specific database records;