discourse/db/fixtures/002_groups.rb

5 lines
100 B
Ruby
Raw Normal View History

Group.ensure_automatic_groups!
2014-07-09 22:17:13 -04:00
if g = Group.find_by(name: 'trust_level_5', id: 15)
g.destroy!
end