sqm-dashboards/app/controllers/reports_controller.rb
2023-02-28 17:50:21 -08:00

3 lines
69 B
Ruby

class ReportsController < ApplicationController
def index; end
end