2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-20 18:52:44 +08:00

Automatically include all .hbs files from plugins

This commit is contained in:
Robin Ward 2014-12-09 12:16:47 -05:00
parent 72efcc8e86
commit cebb47134f
2 changed files with 9 additions and 2 deletions

View file

@ -24,7 +24,7 @@ class TrustLevel
end
def valid?(level)
valid_range === level
valid_range === level
end
def valid_range