forked from OpenNeo/impress
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
|
||||
def index
|
||||
render :json => {
|
||||
:color => Color.alphabetical,
|
||||
:color => Color.funny.alphabetical,
|
||||
:species => Species.alphabetical
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue