Dashboard/app/controllers/dashboard/reports_controller.rb
2024-01-17 12:49:23 -08:00

3 lines
69 B
Ruby

class ReportsController < ApplicationController
def index; end
end