mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue