Skip to content

Commit 4cb34ae

Browse files
committed
Add link to the PR on why Books resources created as a comment
1 parent 36f29e6 commit 4cb34ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/books_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class BooksController < ApplicationController
22
# NOTE: The following URLs are hard-coded by published books.
33
# And the books are just a few, so not a big problem for now.
4+
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1696
45

56
# GET /sotechsha[2]
67
def sotechsha1_index; render("books/sotechsha1/index"); end

0 commit comments

Comments
 (0)