new publisher if person is admin as well
This commit is contained in:
parent
2d3edbf74f
commit
73c91463f9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class FeatureFlagger
|
||||||
end
|
end
|
||||||
|
|
||||||
def new_publisher?
|
def new_publisher?
|
||||||
person_is_beta? || developer?
|
person_is_beta? || admin? || developer?
|
||||||
end
|
end
|
||||||
|
|
||||||
def new_profile?
|
def new_profile?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue