質問編集履歴
3
追加情報
test
CHANGED
File without changes
|
test
CHANGED
@@ -171,3 +171,15 @@
|
|
171
171
|
|
172
172
|
|
173
173
|
なぜshowが呼ばれているのかもわからず、詰まっています…
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
## 追記
|
178
|
+
|
179
|
+
```json
|
180
|
+
|
181
|
+
#get_address.json.jbuilder
|
182
|
+
|
183
|
+
json.address @address # { "address": @address }
|
184
|
+
|
185
|
+
```
|
2
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,13 +76,13 @@
|
|
76
76
|
|
77
77
|
.done(function (address) {
|
78
78
|
|
79
|
-
console.log(address)
|
79
|
+
console.log(address) // 成功したらログに取得した住所を出す
|
80
80
|
|
81
81
|
})
|
82
82
|
|
83
83
|
.fail(function () {
|
84
84
|
|
85
|
-
console.log('失敗したよ')
|
85
|
+
console.log('失敗したよ') // 失敗したらログに'失敗したよ'と出す
|
86
86
|
|
87
87
|
})
|
88
88
|
|
1
書式の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
#### 用語
|
16
16
|
|
17
|
-
|
17
|
+
**DismantlingLedger(台帳)**
|
18
18
|
|
19
19
|
dismantling_ledgersテーブル
|
20
20
|
|
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
|
27
|
+
**Client(会社)**
|
28
28
|
|
29
29
|
clientsテーブル
|
30
30
|
|