This line: in my view : <td><%= this.Order.created %></td>
Gives this error: Uncaught TypeError: Object [object Window] has no method 'attr' model.js:1109
That field is the time stamp that my record was created in my db.
This line: in my view : <td><%= this.Order.created %></td>
Gives this error: Uncaught TypeError: Object [object Window] has no method 'attr' model.js:1109
That field is the time stamp that my record was created in my db.