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

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

module DiffViewer
  class Renamed < Base
    include Simple
    include Static

    self.partial_name = 'renamed'
  end
end