5 lines
90 B
Ruby
5 lines
90 B
Ruby
Rails.application.routes.draw do
|
|
resources :images
|
|
root to: "images#show" , id: 1
|
|
end
|