artisan-tattoo / assistant-api

A simple CRM for managing tattoo shops.
artisanassistant.com
67 stars 8 forks source link

dasherize output for ember data #51

Closed steveklabnik closed 9 years ago

steveklabnik commented 9 years ago

as @bmac mentioned to @ashleygwilliams , ember-data currently expects keys to be dasherized. /cc https://github.com/emberjs/data/issues/3455

It's probably simplest to just dasherize the key rather than worry about trying to patch data

steveklabnik commented 9 years ago

This isn't a problem for us anymore.