質問編集履歴

2

タイトル変更

2019/11/28 13:42

投稿

mai0521
mai0521

スコア22

test CHANGED
@@ -1 +1 @@
1
- ActionController::UrlGenerationError の対応方法について
1
+ RailsのUrlGenerationError の対応方法について
test CHANGED
File without changes

1

ファイル名を追記

2019/11/28 13:42

投稿

mai0521
mai0521

スコア22

test CHANGED
@@ -1 +1 @@
1
- ActionController::UrlGenerationError について
1
+ ActionController::UrlGenerationError の対応方法について
test CHANGED
@@ -48,7 +48,9 @@
48
48
 
49
49
 
50
50
 
51
- ```users_controller.rb
51
+ users_controller.rb
52
+
53
+ ```
52
54
 
53
55
  class UsersController < ApplicationController
54
56
 
@@ -176,7 +178,9 @@
176
178
 
177
179
 
178
180
 
179
- ```edit.html.erb
181
+ edit.html.erb
182
+
183
+ ```
180
184
 
181
185
  <div class="container">
182
186
 
@@ -260,7 +264,9 @@
260
264
 
261
265
 
262
266
 
263
- ```routes.rb
267
+ routes.rb
268
+
269
+ ```
264
270
 
265
271
 
266
272
 
@@ -280,7 +286,9 @@
280
286
 
281
287
 
282
288
 
283
- ```confirm.html.erb
289
+ confirm.html.erb
290
+
291
+ ```
284
292
 
285
293
  <div class="container">
286
294