Cleaning up new species a bit
This commit is contained in:
parent
b58e86a3fd
commit
886fda6843
9 changed files with 82 additions and 26 deletions
5
app/controllers/species/index.js
Normal file
5
app/controllers/species/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import SortableController from '../sortable';
|
||||
|
||||
export default SortableController.extend({
|
||||
sortBy: 'speciesName',
|
||||
});
|
Reference in a new issue