You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure where `present?` (a method defined in Rails) is being pulled in from, but for me, it's not:
```sh
NoMethodError: undefined method `present?' for nil (NoMethodError)
elsif multi_tenant.present?
^^^^^^^^^
```
I wonder if `elsif multi_tenant` is good enough, or do we need to explicitly check that if it has an `empty?` method, that the `empty?` method returns false (similar to what `present?` does)
0 commit comments