Files
old-roraccounting/config/routes.rb

6 lines
184 B
Ruby
Raw Normal View History

2019-06-20 20:48:19 +02:00
Rails.application.routes.draw do
2019-06-20 22:47:39 +02:00
resources :money_moves
resources :homies
2019-06-20 20:48:19 +02:00
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end