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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
164 B
Ruby
Raw Normal View History

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