ajaxtable/config/routes.rb

7 lines
228 B
Ruby

Rails.application.routes.draw do
resources :emprunts
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
resources :livres
post '/livres/tabledit' => 'livres#tabledit'
end