apps/web/views/books/create.rb (
10
lines of code) (
raw
):
module Web module Views module Books class Create include Web::View template 'books/new' end end end end