Ramiro Martínez D'Elía

Results 2 comments of Ramiro Martínez D'Elía

My full code is: ``` javascript var Model = Backbone.Model.extend(); var ModelsCollection = Backbone.Collection.extend({ model: Model, url: Routing.generate('usuarios_retrieve') }); var myCollection = new ModelsCollection(); var edit_user = function(){ var models...

Oh, im using the latest stable (1.5.2).