Class: SitemapsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/sitemaps_controller.rb

Instance Method Summary collapse

Instance Method Details

#googleObject



5
6
7
8
# File 'app/controllers/sitemaps_controller.rb', line 5

def google
  @items = BcmsSeoSitemap::Generator.items
  respond_with @items
end