Page MenuHomeGRNET

routes.rb
No OneTemporary

File Metadata

Created
Wed, Jun 10, 6:45 PM

routes.rb

Rails.application.routes.draw do
resources :clients, only: [:index, :show]
resources :hosts, only: [:new, :create, :show, :edit, :update, :destroy]
root 'clients#index'
end

Event Timeline