8 lines
102 B
Ruby
8 lines
102 B
Ruby
class KantaController < ApplicationController
|
|
|
|
def show
|
|
@image = Merged::Image.first
|
|
end
|
|
|
|
end
|