This commit is contained in:
Sunandar
2017-02-08 17:35:37 +06:30
parent 0b4e69d1be
commit 26d42631c7
14 changed files with 140 additions and 95 deletions

View File

@@ -35,5 +35,8 @@ Rails.application.routes.draw do
#client
get "clients" => 'clients#index'
#product
get "products" => "products#index"
end
end