We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 713d832 + 8223aed commit bdbf3f5Copy full SHA for bdbf3f5
readme.md
@@ -103,7 +103,7 @@ and Presenters.
103
104
## Form Objects
105
106
-The role of the Form Object is to mange the input data for a given action. It
+The role of the Form Object is to manage the input data for a given action. It
107
validates data and only allows whitelisted attributes (replacing the need for
108
Strong Parameters). This is a departure from "The Rails Way" where the model
109
contains the validations. Form Objects help to reduce the weight of your models
0 commit comments