vue_r/dummy/config/routes.rb

5 lines
90 B
Ruby

Rails.application.routes.draw do
resources :images
root to: "images#show" , id: 1
end