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

6 lines
115 B
Ruby
Raw Normal View History

2010-06-26 13:29:23 -07:00
class ItemZoneSetsController < ApplicationController
def index
2014-04-02 18:26:53 -07:00
render :json => Zone.for_items.sets
2010-06-26 13:29:23 -07:00
end
end