Files
sx-fc/app/controllers/api/restaurant/zone_controller.rb
2017-03-24 21:28:57 +06:30

5 lines
84 B
Ruby

class Api::Restaurant::ZoneController < ApplicationController
def index
end
end