volunteers/app/controllers/kanta_controller.rb

8 lines
102 B
Ruby
Raw Normal View History

2023-02-05 16:18:18 +02:00
class KantaController < ApplicationController
def show
@image = Merged::Image.first
end
end