gitlab-org--gitlab-foss/app/models/diff_viewer/deleted.rb
2018-08-07 00:37:36 -07:00

10 lines
155 B
Ruby

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