This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-25 02:30:57 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
6354324f2f
discourse
/
db
/
fixtures
/
002_groups.rb
5 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
automatic groups should be bootstrapped
2013-11-18 09:53:14 +08:00
Group
.
ensure_automatic_groups!
FIX: there is no trust_level_5
2014-07-10 10:17:13 +08:00
if
g
=
Group
.
find_by
(
name
:
'trust_level_5'
,
id
:
15
)
g
.
destroy!
end
Reference in New Issue
Copy Permalink