mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 01:53:40 +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
|