TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

All models should have their own url attribute #137

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

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.