diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-11-29 15:06:07 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-11-29 15:06:07 +0000 |
commit | eb1432f9992275df485f8502ad3ab6f7c8d494b7 (patch) | |
tree | ec20310d47c7f4e4cd136ac1671b32db4a379ea7 /app/controllers/api_controller.rb | |
parent | 5ddd0620f8023c4bbf7d82e61f841dadd73bb7ba (diff) | |
parent | 20089cf7b5045d504b7240bc92e2b6068fcc2246 (diff) |
Merge remote-tracking branch 'origin/merged-rails-3-2-assset-pipeline' into rails-3-develop
Conflicts:
Gemfile.lock
Diffstat (limited to 'app/controllers/api_controller.rb')
-rw-r--r-- | app/controllers/api_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index e7bea67ef..00a3beebd 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -200,7 +200,7 @@ class ApiController < ApplicationController ]) end if feed_type == "atom" - render :template => "api/request_events.atom", :layout => false + render :template => "api/request_events", :formats => ['atom'], :layout => false elsif feed_type == "json" # For the JSON feed, we take a "since" parameter that allows the client # to restrict to events more recent than a certain other event |