new publisher if is you are beta, not just admin

This commit is contained in:
Maxwell Salzberg 2012-05-02 11:24:03 -07:00
parent f263d0309d
commit ef657f53b8

View file

@ -5,7 +5,7 @@ class FeatureFlagger
end
def new_publisher?
admin? || developer?
person_is_beta? || developer?
end
def new_profile?