docbrown/app/controllers/internal/growth_controller.rb
Vaidehi Joshi b72fc4c9f8
Remove variants from backend portion of onboarding (#7118) [deploy]
* Remove variants from backend portion of onboarding

Since we're no longer using variants in onboarding, we don't need this code anymore!

* Ignore unused column on user, onboarding_variant_version
2020-04-06 16:30:11 -07:00

3 lines
91 B
Ruby

class Internal::GrowthController < Internal::ApplicationController
layout "internal"
end