tests and UI changes
This commit is contained in:
parent
de29815686
commit
f7ec73f85e
6 changed files with 32 additions and 33 deletions
|
@ -14,8 +14,6 @@ class BooksController < ApplicationController
|
|||
@books = books.map { |book| BooksPresenter.new(book) }
|
||||
end
|
||||
|
||||
def show; end
|
||||
|
||||
def edit; end
|
||||
|
||||
def update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue