FEATURE: add 'rebake post' in post wrench menu

This commit is contained in:
Régis Hanol
2014-09-11 16:04:40 +02:00
parent 6ca5a9b82c
commit e56fcf0c43
9 changed files with 90 additions and 2 deletions
+4
View File
@@ -169,6 +169,10 @@ module PostGuardian
is_staff?
end
def can_rebake?
is_staff?
end
def can_see_flagged_posts?
is_staff?
end