GRN-88: Fixed some things that Scrutinizer was complaining about (#433)

* Scrutinizer fixes

* Moved helper code to concern

* Another scrutinizer fix

* User controller conflict fix

* Another user controller fix

* Added include verifier
This commit is contained in:
farhatahmad
2019-04-11 10:25:49 -04:00
committed by Jesus Federico
parent 5e3aa72955
commit 88776eaadb
6 changed files with 37 additions and 15 deletions

View File

@ -92,6 +92,8 @@ $(document).on('turbolinks:load', function(){
}
else if(order === "desc"){
return b_val.localeCompare(a_val);
} else {
return undefined;
}