# frozen_string_literal: true module Admin module Actions module Trips class Index < Admin::Action def handle(req, res) end end end end end