sqm-dashboards/app/controllers/legacy/admin_controller.rb
2021-12-01 16:34:17 -05:00

8 lines
104 B
Ruby

module Legacy
class AdminController < Legacy::ApplicationController
def index
end
end
end