FIX: there is no trust_level_5

This commit is contained in:
Sam
2014-07-10 12:17:13 +10:00
parent 2f8d139ec0
commit c5d3db9148
2 changed files with 6 additions and 4 deletions

View File

@@ -1 +1,4 @@
Group.ensure_automatic_groups!
if g = Group.find_by(name: 'trust_level_5', id: 15)
g.destroy!
end