vereto-api/config/routes.rb
2018-02-16 11:52:56 +00:00

6 lines
188 B
Ruby

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