bruz/bookshelf-delivery-example

View on GitHub
apps/web/config/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
get '/', to: 'home#index', as: :home

resources :activities, only: [:index]
resources :books, only: [:index, :new, :create, :edit, :update, :destroy]