Manuel Bustillo f15fbf5431
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 30s
Merge remote-tracking branch 'origin/main' into vns
2024-07-25 10:48:27 +02:00

10 lines
238 B
Ruby

Rails.application.routes.draw do
resources :guests do
post :import, on: :collection
end
resources :expenses
resources :tables_arrangements, only: [:index, :show]
get 'up' => 'rails/health#show', as: :rails_health_check
end