2013-11-18 12:53:14 +11:00
|
|
|
Group.ensure_automatic_groups!
|
2014-07-10 12:17:13 +10:00
|
|
|
if g = Group.find_by(name: 'trust_level_5', id: 15)
|
|
|
|
g.destroy!
|
|
|
|
end
|
2017-07-03 15:26:46 -04:00
|
|
|
|
|
|
|
Group.where(name: 'everyone').update_all(visibility_level: Group.visibility_levels[:owners])
|