inventid / tails

Models on the fly!
MIT License
1 stars 0 forks source link

Let a collection use an overridden url if present #64

Closed rogierslag closed 8 years ago

rogierslag commented 8 years ago

Using this, we can do stuff like this again

orders = new App.Collection([], {
    model: App.Models.Order,
    url: "/orders?shop_id=#{shop}&user_id=#{App.session.get('user').get('id')}"
});

@joostverdoorn ready for review!