2010-06-26 13:29:23 -07:00
|
|
|
class ItemZoneSetsController < ApplicationController
|
2010-12-11 07:36:59 -08:00
|
|
|
caches_page :index
|
|
|
|
|
2010-06-26 13:29:23 -07:00
|
|
|
def index
|
2010-12-11 07:36:59 -08:00
|
|
|
render :json => Zone::ItemZoneSets.keys.sort.as_json
|
2010-06-26 13:29:23 -07:00
|
|
|
end
|
|
|
|
end
|