7 lines
90 B
Ruby
7 lines
90 B
Ruby
|
class SitemapsController < ApplicationController
|
||
|
respond_to :xml
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
end
|