mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 10:30:15 +01:00
Rename to_xml_params to todo_xml_params
This commit is contained in:
parent
8fe343cccc
commit
c1597a7751
3 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue