an opal experiment

This commit is contained in:
Torsten
2023-02-05 16:18:18 +02:00
parent 549ccfad5d
commit 50874df46f
14 changed files with 127 additions and 1 deletions

View File

@ -0,0 +1,7 @@
class KantaController < ApplicationController
def show
@image = Merged::Image.first
end
end