Websites/app/controllers/oceanic_ws/home_controller.rb

11 lines
194 B
Ruby
Raw Normal View History

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