Skip to content

Commit 985e2e5

Browse files
committed
Override routing '/kata' as Docs resources
- Before: Scrivito's object (Kata) - After : Docs resources (Static Page)
1 parent f1f0546 commit 985e2e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/routes.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
get "/join-in-board-2017" => "docs#show", id: 'join-in-board-2017'
4242
get "/thanks" => "docs#show", id: 'thanks'
4343
get "/signup" => "docs#show", id: 'signup'
44-
get "/debug/kata" => "docs#kata"
44+
get "/kata" => "docs#kata"
45+
#get "/debug/kata" => "docs#kata"
46+
4547

4648
resources :docs, only: %i(index show)
4749
resources :podcasts, only: %i(index show)

0 commit comments

Comments
 (0)