This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/db/fixtures/002_groups.rb
T
2014-07-10 12:17:13 +10:00

5 lines
100 B
Ruby

Group.ensure_automatic_groups!
if g = Group.find_by(name: 'trust_level_5', id: 15)
g.destroy!
end