ajaxtable/config/routes.rb

7 lines
228 B
Ruby
Raw Normal View History

2020-01-24 12:41:05 +00:00
Rails.application.routes.draw do
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
resources :livres
post '/livres/tabledit' => 'livres#tabledit'
2020-01-24 12:41:05 +00:00
end