debian-mirror-gitlab/app/models/concerns/storage/legacy_project_wiki.rb
2017-09-10 17:25:29 +05:30

9 lines
147 B
Ruby

module Storage
module LegacyProjectWiki
extend ActiveSupport::Concern
def disk_path
project.disk_path + '.wiki'
end
end
end