discourse/db/fixtures/002_groups.rb

5 lines
100 B
Ruby
Raw Normal View History

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