Files
fizzy/app/controllers/search_controller.rb
T
2025-06-18 12:47:16 -05:00

5 lines
69 B
Ruby

class SearchController < ApplicationController
def index
end
end