tests and UI changes

This commit is contained in:
Karol Selak 2021-03-22 04:19:37 +01:00
parent de29815686
commit f7ec73f85e
6 changed files with 32 additions and 33 deletions

View file

@ -14,8 +14,6 @@ class BooksController < ApplicationController
@books = books.map { |book| BooksPresenter.new(book) }
end
def show; end
def edit; end
def update