gitlab-org--gitlab-foss/app/models/diff_viewer/deleted.rb
2017-06-14 10:12:21 -05:00

8 lines
124 B
Ruby

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