Skip to content

Commit c1d6ebc

Browse files
authored
Merge pull request #7818 from tenkoma/2.x-ja-use-the-clear-method-luke
[ja][2.x]use clear() instead of create()
2 parents 6d238fe + 362cf0d commit c1d6ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ja/models/saving-your-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ save が完了すると、モデルオブジェクトの ``$id`` に保存され
138138

139139
.. tip::
140140

141-
ループ中で save を呼び出すときは、 ``create()`` を忘れないようにしてください。
141+
ループ中で save を呼び出すときは、 ``clear()`` を忘れないようにしてください。
142142

143143

144144
新しくデータを作るのではなく、データを更新したい場合は、

0 commit comments

Comments
 (0)