FIX: system attribute not set correctly on new badges

This commit is contained in:
Sam
2014-07-25 15:22:29 +10:00
parent 40af9ce612
commit 354d40a6ea
3 changed files with 12 additions and 16 deletions

View File

@@ -206,7 +206,7 @@ SQL
end
def system?
id < 100
id && id < 100
end
def default_name=(val)