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

9 lines
120 B
Ruby
Raw Normal View History

2017-06-06 17:28:06 -04:00
module DiffViewer
class Added < Base
include Simple
include Static
self.partial_name = 'added'
end
end