mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 00:06:32 +08:00
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
![]() |
class <%= classified_name %>Constraint
|
||
|
def matches?(request)
|
||
|
SiteSetting.<%= underscored_name %>_enabled
|
||
|
end
|
||
|
end
|