routes.rb 158 Bytes
Newer Older
1 2 3 4
Rails.application.routes.draw do
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  resources :tasks
end