Rename to_xml_params to todo_xml_params

This commit is contained in:
Matt Rogers 2013-04-30 22:52:22 -05:00
parent 8fe343cccc
commit c1597a7751
3 changed files with 11 additions and 11 deletions

View file

@ -256,7 +256,7 @@ class ApplicationController < ActionController::Base
@z_index_counter = 500
end
def to_xml_params
def todo_xml_params
if params[:limit_fields] == 'index'
return [:only => [:id, :created_at, :updated_at, :completed_at] ]
else