Files
old-roraccounting/config/routes.rb
2019-06-21 20:01:43 +02:00

8 lines
225 B
Ruby

Rails.application.routes.draw do
constraints format: :json do
resources :money_moves
resources :homies
end
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end