質問編集履歴

1

コードの追加

2020/11/18 00:23

投稿

toratail
toratail

スコア12

test CHANGED
File without changes
test CHANGED
@@ -275,3 +275,23 @@
275
275
 
276
276
 
277
277
  よろしくお願いします。
278
+
279
+
280
+
281
+ ### 追加
282
+
283
+ ```Routesrb
284
+
285
+ Rails.application.routes.draw do
286
+
287
+ devise_for :users
288
+
289
+ root to: 'homes#index'
290
+
291
+ resources :homes do
292
+
293
+ end
294
+
295
+ end
296
+
297
+ ```