1
0
Fork 0
forked from OpenNeo/impress
impress/app/controllers/item_zone_sets_controller.rb

6 lines
127 B
Ruby
Raw Normal View History

2010-06-26 13:29:23 -07:00
class ItemZoneSetsController < ApplicationController
def index
render :json => Zone.for_items.all_plain_labels
2010-06-26 13:29:23 -07:00
end
end