Class: TradoGooglemerchantModule::FeedsController

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

Instance Method Summary collapse

Instance Method Details

#rssObject



4
5
6
7
# File 'app/controllers/trado_googlemerchant_module/feeds_controller.rb', line 4

def rss
    set_products
    render 'feeds/rss', layout: 'rss'
end

#xmlObject



9
10
11
12
# File 'app/controllers/trado_googlemerchant_module/feeds_controller.rb', line 9

def xml
    set_products
    render 'feeds/xml', layout: 'xml'
end