Dashboard/app/controllers/dashboard/application_controller.rb
2023-12-22 19:20:08 -08:00

4 lines
82 B
Ruby

module Dashboard
class ApplicationController < ActionController::Base
end
end