app/controllers/cm_admin/static_controller.rb



module CmAdmin
  class StaticController < ::ActionController::Base
    layout 'static'

    def dashboard
    end

    def error_403
      
    end
  end
end