When a Backbone model is used within a collection the model itself does not require a url and in fact will be ignored if one is provided in favor of the url attribute of the collection. This is our standard use case within StackStudio but we should provide url attributes for all models to adhere to good coding standards and allow the model to be used outside of a collection.
When a Backbone model is used within a collection the model itself does not require a url and in fact will be ignored if one is provided in favor of the url attribute of the collection. This is our standard use case within StackStudio but we should provide url attributes for all models to adhere to good coding standards and allow the model to be used outside of a collection.