質問編集履歴

1

編集

2021/04/07 04:28

投稿

branchpeach
branchpeach

スコア12

test CHANGED
File without changes
test CHANGED
@@ -162,6 +162,22 @@
162
162
 
163
163
  ```
164
164
 
165
+ ```routes.rb
166
+
167
+
168
+
169
+ Rails.application.routes.draw do
170
+
171
+ devise_for :users
172
+
173
+ root to: 'incomes#index'
174
+
175
+ end
176
+
177
+
178
+
179
+ ```
180
+
165
181
 
166
182
 
167
183