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

@ -17,7 +17,7 @@ class CalendarController < ApplicationController
render :action => 'show', :layout => false, :content_type => Mime::ICS
}
format.xml {
render :xml => @due_all.to_xml( *to_xml_params )
render :xml => @due_all.to_xml( *todo_xml_params )
}
end
end