質問編集履歴
1
heroku
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
herokuにデプロイしたアプリが
|
1
|
+
herokuにデプロイしたアプリにActionController::RoutingError (No route matches [GET] "/users"):が出てしまいます
|
test
CHANGED
@@ -114,8 +114,6 @@
|
|
114
114
|
|
115
115
|
devise_for :users
|
116
116
|
|
117
|
-
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
118
|
-
|
119
117
|
root to: "top#index"
|
120
118
|
|
121
119
|
resources :users, only: [:show, :edit, :update]
|