質問編集履歴

1

関連する可能性のあるコードを追加しました。

2020/02/09 05:16

投稿

haw
haw

スコア4

test CHANGED
File without changes
test CHANGED
@@ -130,6 +130,26 @@
130
130
 
131
131
 
132
132
 
133
+ /sample_app/config/routes.rb
134
+
135
+ ```
136
+
137
+ Rails.application.routes.draw do
138
+
139
+ get 'static_pages/home'
140
+
141
+
142
+
143
+ get 'static_pages/help'
144
+
145
+
146
+
147
+ root 'application#hello'
148
+
149
+ end
150
+
151
+ ```
152
+
133
153
 
134
154
 
135
155
  ### 補足情報(FW/ツールのバージョンなど)