We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31ec9f5 + acd57fc commit 359935eCopy full SHA for 359935e
1 file changed
README.md
@@ -119,9 +119,9 @@ end
119
Context flows through from the controller and can be used to control the attributes based on the current user (or other
120
value).
121
122
-##### Creatable and Updateable Attributes
+##### Createable and Updateable Attributes
123
124
-By default all attributes are assumed to be updateable and creatable. To prevent some attributes from being accepted by
+By default all attributes are assumed to be updateable and createable. To prevent some attributes from being accepted by
125
the `update` or `create` methods, override the `self.updateable_fields` and `self.createable_fields` methods on a resource.
126
127
This example prevents `full_name` from being set:
0 commit comments