質問編集履歴
2
ソースコードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,9 @@
|
|
54
54
|
|
55
55
|
```cakephp
|
56
56
|
|
57
|
+
public function index() {
|
58
|
+
|
57
|
-
if($this->request->is('post')){
|
59
|
+
if($this->request->is('post')){
|
58
60
|
|
59
61
|
if($this->EstimationDocuments->saveAssociated($this->data)) {
|
60
62
|
|
@@ -73,6 +75,8 @@
|
|
73
75
|
}
|
74
76
|
|
75
77
|
}
|
78
|
+
|
79
|
+
}
|
76
80
|
|
77
81
|
```
|
78
82
|
|
1
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|