gitlab-org--gitlab-foss/app/experiments/build_ios_app_guide_email_e...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
138 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class BuildIosAppGuideEmailExperiment < ApplicationExperiment
control { false }
candidate { true }
end