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

11 lines
155 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-06-06 17:28:06 -04:00
module DiffViewer
class Renamed < Base
include Simple
include Static
self.partial_name = 'renamed'
end
end