質問編集履歴

2

追加

2018/05/29 08:34

投稿

sk2938
sk2938

スコア21

test CHANGED
File without changes
test CHANGED
@@ -176,7 +176,7 @@
176
176
 
177
177
  Rails.application.routes.draw do
178
178
 
179
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
179
+ # For details on the DSL available within this file,
180
180
 
181
181
  see http://guides.rubyonrails.org/routing.html
182
182
 

1

追加説明

2018/05/29 08:34

投稿

sk2938
sk2938

スコア21

test CHANGED
File without changes
test CHANGED
@@ -161,3 +161,25 @@
161
161
  from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
162
162
 
163
163
  from bin/rails:4:in `<main>'
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+ config/route.rbの内容
174
+
175
+
176
+
177
+ Rails.application.routes.draw do
178
+
179
+ # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
180
+
181
+ see http://guides.rubyonrails.org/routing.html
182
+
183
+ get '/users', to: 'users#index'
184
+
185
+ end