use funny ordering in wardrobe, too

This commit is contained in:
Emi Matchu 2014-03-27 22:45:34 -05:00
parent 8e93d603fa
commit 338b9c2b3f

View file

@ -1,7 +1,7 @@
class PetAttributesController < ApplicationController class PetAttributesController < ApplicationController
def index def index
render :json => { render :json => {
:color => Color.alphabetical, :color => Color.funny.alphabetical,
:species => Species.alphabetical :species => Species.alphabetical
} }
end end