forked from OpenNeo/impress
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class ItemZoneSetsController < ApplicationController
|
|
def index
|
|
render :json => Zone.all_plain_labels
|
|
end
|
|
end
|