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

5 lines
94 B
Ruby

class ZonesController < ApplicationController
def index
render json: Zone.all
end
end