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