Class: TradoGooglemerchantModule::FeedsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- TradoGooglemerchantModule::FeedsController
- Defined in:
- app/controllers/trado_googlemerchant_module/feeds_controller.rb
Instance Method Summary collapse
Instance Method Details
#rss ⇒ Object
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 |
#xml ⇒ Object
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 |