get the data to work with active_yaml

This commit is contained in:
2023-02-08 11:55:44 +02:00
parent 1181dd0bfd
commit b956f5709a
18 changed files with 82 additions and 64 deletions

View File

@ -1,3 +1,4 @@
Rails.application.routes.draw do
resources :images
root to: "images#show" , id: 1
end