Websites/app/controllers/oceanic_ws/home_controller.rb
2024-05-02 22:04:43 -05:00

11 lines
194 B
Ruby

# frozen_string_literal: true
module OceanicWs
class HomeController < OceanicWs::ApplicationController
include ::ApplicationController::CommonAssetRoutes
def index
end
end
end