volunteers/app/controllers/kanta_controller.rb
2023-02-05 16:18:18 +02:00

8 lines
102 B
Ruby

class KantaController < ApplicationController
def show
@image = Merged::Image.first
end
end