Commit ea75b25
Fix UrlGenerationError when visiting invalid course slug (#8610)
When visiting /courses/<invalid-slug>, the use_course! callback
tried to redirect to a non-existent :coding_fundamentals action,
causing an ActionController::UrlGenerationError. Redirect to
jiki_url instead, consistent with other redirects in the controller.
Closes #8592
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent c956170 commit ea75b25
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments