We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc5e55 commit 06998edCopy full SHA for 06998ed
README.md
@@ -26,6 +26,16 @@ Run the install generator:
26
27
this will create an `ApplicationForm` class in your app/forms directory. You can use it as a base class for your form objects.
28
29
+## Generators
30
+
31
+You can [generate](https://guides.rubyonrails.org/configuring.html#configuring-generators) a form and its tests with the following command:
32
33
+```
34
+$ rails generate form FooBar
35
36
37
+This will create the `FooBarForm`
38
39
## Usage
40
41
Here is an example of an `HyperActiveForm` form object:
0 commit comments