# frozen_string_literal: true module Comments class NewAction < UserAction def perform end end end