ingore last JSCS error
This commit is contained in:
parent
544b60a28e
commit
e60374aa60
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue