ajax.find: ``` javascript if ( ! Ember['default'].isNone( id ) ) { options.data = options.data || {}; options.data.id = parseInt( id, 10 ); } ``` Is it really necessary to parseInt the ID? It's not unreasonable to want to work with hashed IDs.