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 36f29e6 commit 4cb34aeCopy full SHA for 4cb34ae
app/controllers/books_controller.rb
@@ -1,6 +1,7 @@
1
class BooksController < ApplicationController
2
# NOTE: The following URLs are hard-coded by published books.
3
# And the books are just a few, so not a big problem for now.
4
+ # https://github.com/coderdojo-japan/coderdojo.jp/pull/1696
5
6
# GET /sotechsha[2]
7
def sotechsha1_index; render("books/sotechsha1/index"); end
0 commit comments