call

in apps/web/controllers/books/index.rb [8:11]


        def call(params)
          @books = BookRepository.new.all
        end