1
0
Fork 0
forked from OpenNeo/impress
impress/app/controllers/item_zone_sets_controller.rb
2013-01-24 18:26:00 -06:00

5 lines
117 B
Ruby

class ItemZoneSetsController < ApplicationController
def index
render :json => Zone.all_plain_labels
end
end