an opal experiment
This commit is contained in:
7
app/controllers/kanta_controller.rb
Normal file
7
app/controllers/kanta_controller.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class KantaController < ApplicationController
|
||||
|
||||
def show
|
||||
@image = Merged::Image.first
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user