gitlab-org--gitlab-foss/app/models/diff_viewer/deleted.rb

11 lines
155 B
Ruby

# frozen_string_literal: true
module DiffViewer
class Deleted < Base
include Simple
include Static
self.partial_name = 'deleted'
end
end