Websites/app/controllers/oceanic_ws/home_controller.rb

11 lines
194 B
Ruby
Raw Permalink Normal View History

2024-05-03 03:04:43 +00:00
# frozen_string_literal: true
module OceanicWs
class HomeController < OceanicWs::ApplicationController
include ::ApplicationController::CommonAssetRoutes
def index
end
end
end