We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d5723 commit 6fcc7a6Copy full SHA for 6fcc7a6
config/routes.rb
@@ -97,14 +97,11 @@
97
get "/.well-known/security.txt" => "static_pages#security"
98
99
# CoderDojo Books such as published from ソーテック社
100
- #get "/sotechsha" => "sotechsha_pages#index"
101
- #get "/sotechsha/:page" => "sotechsha_pages#show"
102
get "/sotechsha1", to: redirect('/sotechsha')
103
get "/sotechsha" => "books#sotechsha1_index"
104
get "/sotechsha/:page" => "books#sotechsha1_show"
105
get "/sotechsha2" => "books#sotechsha2_index"
106
get "/sotechsha2/:page" => "books#sotechsha2_show"
107
- #get "/sotechsha/sozai", to: redirect('/sotechsha/gazou')
108
109
# Check development sent emails
110
mount LetterOpenerWeb::Engine, at: "/letter_opener" if Rails.env.development?
0 commit comments