Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mode_changed.rb « diff_viewer « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd07d1e21b9f569e247df9193d4d9c3b85777430 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

module DiffViewer
  class ModeChanged < Base
    include Simple
    include Static

    self.partial_name = 'mode_changed'
  end
end