5 lines
84 B
Ruby
5 lines
84 B
Ruby
class Api::Restaurant::ZoneController < ApplicationController
|
|
def index
|
|
end
|
|
end
|