This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a73b22b96f
discourse
/
db
/
fixtures
/
002_groups.rb
5 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
automatic groups should be bootstrapped
2013-11-17 20:53:14 -05:00
Group
.
ensure_automatic_groups!
FIX: there is no trust_level_5
2014-07-09 22:17:13 -04:00
if
g
=
Group
.
find_by
(
name
:
'trust_level_5'
,
id
:
15
)
g
.
destroy!
end