class G5Updatable::FeedController < G5Updatable::BaseUpdatableController def update G5Updatable::ClientFeedProcessorWorker.perform_async(client_uid: params[:client_uid], location_uid: params[:location_uid]) render json: {}, status: :ok end end