My main rails app has a MultiTenent feature. I need to run something like this:
MultiTenant.current_tenant = Company.find(9)
When I start every