ebryn / ember-model

A lightweight model library for Ember.js
MIT License
524 stars 159 forks source link

Allow properties to be passed to store createRecord #392

Closed ahacking closed 10 years ago

ahacking commented 10 years ago

This allows properties to be passed to the storecreateRecord() function and brings Ember Model's createRecord() function into alignment with DS createRecord().

Test included.