Ember RESTSerializer singularize has an bug?

Hi friends,

i want to load the model ‘rawData’ from server, but in console I get the error "Assertion failed: No model was found for ‘rawDatum’ " So I debugged the ember data framework an see that the singularize of the ‘modle’ don’t work correct. The singularize rename it to ‘rawDatum’.

Datum is actually the singular form of data (which is plural. Datas doesn’t exist).

Ohhh thanks for help, I would be my mistake.