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: f1fbfd8c6d56c043981dc69b37627e5286a12eb2 (plain)
1
2
3
4
5
6
7
8
module DiffViewer
  class Renamed < Base
    include Simple
    include Static

    self.partial_name = 'renamed'
  end
end