adopt-a-hydrant/app/controllers/sitemaps_controller.rb

7 lines
90 B
Ruby

class SitemapsController < ApplicationController
respond_to :xml
def index
end
end