5 lines
115 B
Ruby
5 lines
115 B
Ruby
class ItemZoneSetsController < ApplicationController
|
|
def index
|
|
render :json => Zone.for_items.sets
|
|
end
|
|
end
|