Split Entry and ZippedEntry, Fix to work anyway

make Entry an abstract class
This commit is contained in:
Leeingnyo
2022-05-14 22:52:19 +09:00
parent 883e01bbdd
commit ea6cbbd9ce
7 changed files with 165 additions and 127 deletions
+1
View File
@@ -53,6 +53,7 @@ struct ReaderRouter
render "src/views/reader.html.ecr"
rescue e
Logger.error e
puts e.backtrace?
env.response.status_code = 404
end
end