質問編集履歴
1
ルーティングテーブル情報を追加しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -125,3 +125,103 @@
|
|
125
125
|
|
126
126
|
|
127
127
|
```
|
128
|
+
|
129
|
+
```ルーティングテーブル
|
130
|
+
|
131
|
+
Prefix Verb URI Pattern Controller#Action
|
132
|
+
|
133
|
+
root GET / static_pages#home
|
134
|
+
|
135
|
+
static_show GET /static/show(.:format) static_pages#show
|
136
|
+
|
137
|
+
users GET /users(.:format) users#index
|
138
|
+
|
139
|
+
user GET /users/:id(.:format) users#show
|
140
|
+
|
141
|
+
new_user_session GET /users/sign_in(.:format) devise/sessions#new
|
142
|
+
|
143
|
+
user_session POST /users/sign_in(.:format) devise/sessions#create
|
144
|
+
|
145
|
+
destroy_user_session DELETE /users/sign_out(.:format) devise/sessions#destroy
|
146
|
+
|
147
|
+
user_twitter_omniauth_authorize GET|POST /users/auth/twitter(.:format) omniauth_callbacks#passthru
|
148
|
+
|
149
|
+
user_twitter_omniauth_callback GET|POST /users/auth/twitter/callback(.:format) omniauth_callbacks#twitter
|
150
|
+
|
151
|
+
new_user_password GET /users/password/new(.:format) devise/passwords#new
|
152
|
+
|
153
|
+
edit_user_password GET /users/password/edit(.:format) devise/passwords#edit
|
154
|
+
|
155
|
+
user_password PATCH /users/password(.:format) devise/passwords#update
|
156
|
+
|
157
|
+
PUT /users/password(.:format) devise/passwords#update
|
158
|
+
|
159
|
+
POST /users/password(.:format) devise/passwords#create
|
160
|
+
|
161
|
+
cancel_user_registration GET /users/cancel(.:format) users/registrations#cancel
|
162
|
+
|
163
|
+
new_user_registration GET /users/sign_up(.:format) users/registrations#new
|
164
|
+
|
165
|
+
edit_user_registration GET /users/edit(.:format) users/registrations#edit
|
166
|
+
|
167
|
+
user_registration PATCH /users(.:format) users/registrations#update
|
168
|
+
|
169
|
+
PUT /users(.:format) users/registrations#update
|
170
|
+
|
171
|
+
DELETE /users(.:format) users/registrations#destroy
|
172
|
+
|
173
|
+
POST /users(.:format) users/registrations#create
|
174
|
+
|
175
|
+
new_user_confirmation GET /users/confirmation/new(.:format) devise/confirmations#new
|
176
|
+
|
177
|
+
user_confirmation GET /users/confirmation(.:format) devise/confirmations#show
|
178
|
+
|
179
|
+
POST /users/confirmation(.:format) devise/confirmations#create
|
180
|
+
|
181
|
+
new_user_unlock GET /users/unlock/new(.:format) devise/unlocks#new
|
182
|
+
|
183
|
+
user_unlock GET /users/unlock(.:format) devise/unlocks#show
|
184
|
+
|
185
|
+
POST /users/unlock(.:format) devise/unlocks#create
|
186
|
+
|
187
|
+
rails_postmark_inbound_emails POST /rails/action_mailbox/postmark/inbound_emails(.:format) action_mailbox/ingresses/postmark/inbound_emails#create
|
188
|
+
|
189
|
+
rails_relay_inbound_emails POST /rails/action_mailbox/relay/inbound_emails(.:format) action_mailbox/ingresses/relay/inbound_emails#create
|
190
|
+
|
191
|
+
rails_sendgrid_inbound_emails POST /rails/action_mailbox/sendgrid/inbound_emails(.:format) action_mailbox/ingresses/sendgrid/inbound_emails#create
|
192
|
+
|
193
|
+
rails_mandrill_inbound_health_check GET /rails/action_mailbox/mandrill/inbound_emails(.:format) action_mailbox/ingresses/mandrill/inbound_emails#health_check
|
194
|
+
|
195
|
+
rails_mandrill_inbound_emails POST /rails/action_mailbox/mandrill/inbound_emails(.:format) action_mailbox/ingresses/mandrill/inbound_emails#create
|
196
|
+
|
197
|
+
rails_mailgun_inbound_emails POST /rails/action_mailbox/mailgun/inbound_emails/mime(.:format) action_mailbox/ingresses/mailgun/inbound_emails#create
|
198
|
+
|
199
|
+
rails_conductor_inbound_emails GET /rails/conductor/action_mailbox/inbound_emails(.:format) rails/conductor/action_mailbox/inbound_emails#index
|
200
|
+
|
201
|
+
POST /rails/conductor/action_mailbox/inbound_emails(.:format) rails/conductor/action_mailbox/inbound_emails#create
|
202
|
+
|
203
|
+
new_rails_conductor_inbound_email GET /rails/conductor/action_mailbox/inbound_emails/new(.:format) rails/conductor/action_mailbox/inbound_emails#new
|
204
|
+
|
205
|
+
edit_rails_conductor_inbound_email GET /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format) rails/conductor/action_mailbox/inbound_emails#edit
|
206
|
+
|
207
|
+
rails_conductor_inbound_email GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format) rails/conductor/action_mailbox/inbound_emails#show
|
208
|
+
|
209
|
+
PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format) rails/conductor/action_mailbox/inbound_emails#update
|
210
|
+
|
211
|
+
PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format) rails/conductor/action_mailbox/inbound_emails#update
|
212
|
+
|
213
|
+
DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format) rails/conductor/action_mailbox/inbound_emails#destroy
|
214
|
+
|
215
|
+
rails_conductor_inbound_email_reroute POST /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format) rails/conductor/action_mailbox/reroutes#create
|
216
|
+
|
217
|
+
rails_service_blob GET /rails/active_storage/blobs/:signed_id/*filename(.:format) active_storage/blobs#show
|
218
|
+
|
219
|
+
rails_blob_representation GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format) active_storage/representations#show
|
220
|
+
|
221
|
+
rails_disk_service GET /rails/active_storage/disk/:encoded_key/*filename(.:format) active_storage/disk#show
|
222
|
+
|
223
|
+
update_rails_disk_service PUT /rails/active_storage/disk/:encoded_token(.:format) active_storage/disk#update
|
224
|
+
|
225
|
+
rails_direct_uploads POST /rails/active_storage/direct_uploads(.:format) active_storage/direct_uploads#create
|
226
|
+
|
227
|
+
---
|