mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-23 02:54:40 +00:00
11 lines
174 B
Ruby
11 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ReadmeHelper
|
|
# @return [Hash]
|
|
def vue_readme_header_additional_data
|
|
{}
|
|
end
|
|
end
|
|
|
|
ReadmeHelper.prepend_mod_with("ReadmeHelper")
|