質問編集履歴
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -133,14 +133,14 @@
|
|
133
133
|
{
|
134
134
|
user:{
|
135
135
|
name: "John" ,
|
136
|
-
email: "fugaa
|
136
|
+
email: "fugaa@example.com",
|
137
137
|
password: "foobar" ,
|
138
138
|
password_confirmation: "foobar"}
|
139
139
|
}
|
140
140
|
や
|
141
141
|
{
|
142
142
|
name: "John" ,
|
143
|
-
email: "fugaa
|
143
|
+
email: "fugaa@example.com",
|
144
144
|
password: "foobar" ,
|
145
145
|
password_confirmation: "foobar"}
|
146
146
|
```
|