ingore last JSCS error

This commit is contained in:
jelhan 2016-02-13 16:37:52 +01:00
parent 544b60a28e
commit e60374aa60

View file

@ -18,7 +18,9 @@ export default Ember.Route.extend({
// before it's used by serializer to decrypt payload
this.set('encryption.key', params.encryptionKey);
/* jscs:disable requireCamelCaseOrUpperCaseIdentifiers */
return this.store.find('poll', params.poll_id);
/* jscs:enable requireCamelCaseOrUpperCaseIdentifiers */
},
redirect(poll) {