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