Open hudson-newey opened 1 year ago
Since some AbstractModel's are now write only/read only/sub models, all abstract models no longer have an associated client page.
AbstractModel
We should therefore refactor out the abstract method ViewUrl from AbstractModel to its own interface
ViewUrl
Since some
AbstractModel
's are now write only/read only/sub models, all abstract models no longer have an associated client page.We should therefore refactor out the abstract method
ViewUrl
fromAbstractModel
to its own interface