gitlab-org--gitlab-foss/app/models/diff_viewer/added.rb
2017-06-14 10:12:21 -05:00

8 lines
120 B
Ruby

module DiffViewer
class Added < Base
include Simple
include Static
self.partial_name = 'added'
end
end