質問編集履歴

4

エラー画面を掲載しておりませんでした。すみません。。。

2021/05/28 04:28

投稿

asdfghjkl123
asdfghjkl123

スコア1

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,11 @@
14
14
 
15
15
  ````ruby on rails
16
16
 
17
+ Rails.application.routes.draw do
18
+
19
+
20
+
17
- get "/images", to: "images#index", as: :index
21
+  get "/images", to: "images#index", as: :index
18
22
 
19
23
 
20
24
 

3

エラー画面を掲載しておりませんでした。すみません。

2021/05/28 04:28

投稿

asdfghjkl123
asdfghjkl123

スコア1

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,9 @@
8
8
 
9
9
 
10
10
 
11
-
11
+ ルーティング
12
+
13
+ ---
12
14
 
13
15
  ````ruby on rails
14
16
 
@@ -34,6 +36,12 @@
34
36
 
35
37
  ```
36
38
 
39
+
40
+
41
+ コントローラ
42
+
43
+ ---
44
+
37
45
  ```ruby on rails
38
46
 
39
47
  class ImagesController < ApplicationController
@@ -170,11 +178,13 @@
170
178
 
171
179
 
172
180
 
173
-
174
-
175
- ```
181
+ ```
182
+
183
+
184
+
176
-
185
+ ビュー(edit)
186
+
177
-
187
+ ---
178
188
 
179
189
  ```Ruby on rails
180
190
 
@@ -220,6 +230,10 @@
220
230
 
221
231
 
222
232
 
233
+ ビュー(index)
234
+
235
+ ---
236
+
223
237
  ```Ruby on rails
224
238
 
225
239
 

2

エラー画面を掲載しておりませんでした。すみません・

2021/05/28 04:27

投稿

asdfghjkl123
asdfghjkl123

スコア1

test CHANGED
File without changes
test CHANGED
@@ -8,11 +8,11 @@
8
8
 
9
9
 
10
10
 
11
+
12
+
11
- ルーティング
13
+ ````ruby on rails
12
-
13
- ---
14
+
14
-
15
- get "/images", to: "images#index", as: :index
15
+ get "/images", to: "images#index", as: :index
16
16
 
17
17
 
18
18
 
@@ -32,11 +32,9 @@
32
32
 
33
33
  end
34
34
 
35
-
36
-
37
- コントローラ
38
-
39
- ---
35
+ ```
36
+
37
+ ```ruby on rails
40
38
 
41
39
  class ImagesController < ApplicationController
42
40
 
@@ -174,9 +172,11 @@
174
172
 
175
173
 
176
174
 
177
- ビュー(edit)
178
-
179
- ---
175
+ ```
176
+
177
+
178
+
179
+ ```Ruby on rails
180
180
 
181
181
  <% content_for :title, @title %>
182
182
 
@@ -216,9 +216,13 @@
216
216
 
217
217
 
218
218
 
219
- ビュー(index)
220
-
221
- ---
219
+ ```
220
+
221
+
222
+
223
+ ```Ruby on rails
224
+
225
+
222
226
 
223
227
  <% content_for :title, @title %>
224
228
 
@@ -261,3 +265,7 @@
261
265
  <% end %>
262
266
 
263
267
  </ul>
268
+
269
+
270
+
271
+ ```

1

エラー画面を掲載しておりませんでした。すみません・・・

2021/05/28 04:22

投稿

asdfghjkl123
asdfghjkl123

スコア1

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- 初心者です。
1
+ ![イメージ説明](d247a4f532b9da211c446af68f302484.png)初心者です。
2
2
 
3
3
  フリマアプリを作っています。商品の編集更新画面です。
4
4