Due to buildModelUrl method, each model class is instantiated two times. Because of that, #68 happens.
As a temporary solution, HasOne and HasMany properties are flagged as configurable #74
Find a way to "calculate" a model URL without creating a new model instance.
Due to
buildModelUrlmethod, each model class is instantiated two times. Because of that, #68 happens.As a temporary solution,
HasOneandHasManyproperties are flagged asconfigurable#74Find a way to "calculate" a model URL without creating a new model instance.