# frozen_string_literal: true module ActionKitRest class Action < Base def base_path 'action' end end end