-
Notifications
You must be signed in to change notification settings - Fork 166
LG-12086 | Renames CaptureDocStatusController #10615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -351,7 +351,7 @@ | |||
| put '/hybrid_handoff' => 'hybrid_handoff#update' | ||||
| get '/link_sent' => 'link_sent#show' | ||||
| put '/link_sent' => 'link_sent#update' | ||||
| get '/link_sent/poll' => 'capture_doc_status#show', as: :capture_doc_status | ||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like there might be at least one reference to the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ha, I think we found this about simultaneously. This was the only reference. |
||||
| get '/link_sent/poll' => 'link_sent_poll#show' | ||||
| get '/ssn' => 'ssn#show' | ||||
| put '/ssn' => 'ssn#update' | ||||
| get '/verify_info' => 'verify_info#show' | ||||
|
|
||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note from the filename at the top that this (and the test) are also renamed. GitHub doesn't make this super obvious.