Rails.application.routes.draw do resources :browse_items, only: [:index, :show] resources :reports, only: [:index, :show] resources :project, only: [:index, :create, :show] root to: "project#index" end