mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 09:55:00 +08:00
5 lines
87 B
Ruby
Vendored
5 lines
87 B
Ruby
Vendored
module GlobalPath
|
|
def path(p)
|
|
"#{GlobalSetting.relative_url_root}#{p}"
|
|
end
|
|
end
|