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

8 lines
87 B
Ruby
Raw Normal View History

2014-01-10 08:48:23 +00:00
class SearchController < ApplicationController
def index
end
def show
end
end