Method: ResourceFeeder::Rss#render_rss_feed_for

Defined in:
lib/resource_feeder/rss.rb

#render_rss_feed_for(resources, options = {}) ⇒ Object



7
8
9
# File 'lib/resource_feeder/rss.rb', line 7

def render_rss_feed_for(resources, options = {})
  render :text => rss_feed_for(resources, options), :content_type => Mime::RSS
end