impress/app/controllers/item_zone_sets_controller.rb

7 lines
156 B
Ruby

class ItemZoneSetsController < ApplicationController
caches_page :index
def index
render :json => Zone::ItemZoneSets.keys.sort.as_json
end
end