This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-24 05:34:28 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
0c88052641
discourse
/
lib
/
route_format.rb
12 lines
125 B
Ruby
Raw
Normal View
History
Unescape
Escape
FIX: `RouteFormat` is a better class name than `RouteFormats`
2017-12-22 04:30:32 +08:00
module
RouteFormat
Allow extensibility on username route format (non-english usernames)
2017-12-22 03:31:28 +08:00
def
self
.
username
/
[
\
w.
\
-]+?
/
end
def
self
.
backup
/
.+
\
.(sql
\
.gz|tar
\
.gz|tgz)
/i
end
end
Reference in New Issue
Copy Permalink