ebryn / ember-model

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

No urlsuffix support when installed with bower #397

Open jkpulipati opened 10 years ago

jkpulipati commented 10 years ago

I installed ember-model with bower install ember-model, I couldn't find urlSuffix in bower_components/ember-model/ember-model.js. But when i search in github ember-model i found urlSuffix, and even i checked the versions of ember-model which were same in my project and github. So probably you need to bump it.

rynam0 commented 10 years ago

I'm seeing this as well and as a result had to override the buildUrl function.