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
At the moment, we can only have one model that have the reference to the Devices, which is configured in the initializer:
config.resource_name = "Model"
We would be much nicer to have a polymorphic reference, such that we can have multiple models which can have messages pushed to.
The text was updated successfully, but these errors were encountered:
At the moment, we can only have one model that have the reference to the Devices, which is configured in the initializer:
config.resource_name = "Model"
We would be much nicer to have a polymorphic reference, such that we can have multiple models which can have messages pushed to.
The text was updated successfully, but these errors were encountered: