diff --git a/app/controllers/choices_controller.rb b/app/controllers/choices_controller.rb index 79daaa6..a77b29a 100644 --- a/app/controllers/choices_controller.rb +++ b/app/controllers/choices_controller.rb @@ -27,7 +27,7 @@ class ChoicesController < InheritedResources::Base end end index! do |format| - format.xml { render :xml => @choices.to_xml(:only => [ :data, :score, :id, :active], :methods => :user_created)} + format.xml { render :xml => @choices.to_xml(:only => [ :data, :score, :id, :active, :created_at, :wins, :losses], :methods => :user_created)} end end -- libgit2 0.21.2