Skip to content

Commit 359935e

Browse files
committed
Merge pull request #241 from adomokos/fixing-typo-creatable
Changing the words from creatable to createable
2 parents 31ec9f5 + acd57fc commit 359935e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ end
119119
Context flows through from the controller and can be used to control the attributes based on the current user (or other
120120
value).
121121

122-
##### Creatable and Updateable Attributes
122+
##### Createable and Updateable Attributes
123123

124-
By default all attributes are assumed to be updateable and creatable. To prevent some attributes from being accepted by
124+
By default all attributes are assumed to be updateable and createable. To prevent some attributes from being accepted by
125125
the `update` or `create` methods, override the `self.updateable_fields` and `self.createable_fields` methods on a resource.
126126

127127
This example prevents `full_name` from being set:

0 commit comments

Comments
 (0)