Oh.. if you now have a `UserModel` and you want to...
# tornadofx
e
Oh.. if you now have a
UserModel
and you want to us it in a Master/Detail setting. Just subclass it like
SelectedUserModel : UserModel(), Injectable
and inject it into both the Master and the Detail View, and possibly add a scope if needed. Wow, that's fantastically neat!