Skip to content

Commit 7c07686

Browse files
committed
Add routing to SoTechSha#index
1 parent ab8a72d commit 7c07686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Rails.application.routes.draw do
22
# Accsess from CoderDojo Book
3+
get '/sotechsha', to: 'so_tech_sha#index'
34
get '/sotechsha/:quiz', to: 'so_tech_sha#quiz'
45

56
# Default Scrivito routes. Adapt them to change the routing of CMS objects.

0 commit comments

Comments
 (0)