routes.rb 68 Bytes
Newer Older
unknown's avatar
unknown committed
1 2 3
Rails.application.routes.draw do
  get "/pets", to:"pets#index"
end