Commit 71862c805e63df931ff67611db2c211a4af84c91

Authored by Dhruv Kapadia
1 parent e333fbea

Remove unnecessary call

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/questions_controller.rb
... ... @@ -107,7 +107,7 @@ class QuestionsController < InheritedResources::Base
107 107 show! do |format|
108 108 session['prompts_ids'] ||= []
109 109 format.xml {
110   - render :xml => @question.to_xml(:methods => [:item_count, :votes_count])
  110 + render :xml => @question.to_xml(:methods => [:item_count])
111 111 }
112 112 end
113 113 end
... ...