2020-01-24 12:41:05 +00:00
|
|
|
Rails.application.routes.draw do
|
2020-02-18 08:35:58 +00:00
|
|
|
resources :emprunts
|
2020-01-24 12:41:05 +00:00
|
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
2020-02-14 17:18:59 +00:00
|
|
|
resources :livres
|
2020-02-18 08:35:58 +00:00
|
|
|
post '/livres/tabledit' => 'livres#tabledit'
|
2020-01-24 12:41:05 +00:00
|
|
|
end
|