Open
Description
Hey folks,
I have both Customer
and User
models, each represents a different type of user (I know, I know).
The docs let me set a different user model, but is there a way to use heya with two user models at the same time?
Something like this?
# config/initializers/heya.rb
Heya.configure do |config|
config.user_types = ["MyUser", "MyCustomer"]
end