use funny ordering in wardrobe, too
This commit is contained in:
parent
8e93d603fa
commit
338b9c2b3f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue