mirror of
https://github.com/discourse/discourse.git
synced 2025-08-20 18:52:44 +08:00
add permalinks route constraint
This commit is contained in:
parent
e823f568a7
commit
6b41c6b335
5 changed files with 11 additions and 21 deletions
7
lib/permalink_constraint.rb
Normal file
7
lib/permalink_constraint.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class PermalinkConstraint
|
||||
|
||||
def matches?(request)
|
||||
Permalink.where(url: request.fullpath[1..-1]).exists?
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue