module-and-template-store/app/controllers/search_controller.rb

8 lines
87 B
Ruby

class SearchController < ApplicationController
def index
end
def show
end
end