Commit 39792246 authored by Eric Davis's avatar Eric Davis

Removed count from issues.xml. It causes a typecast error in ActiveResource. (#4745)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3631 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f3e37527
xml.instruct!
xml.issues :type => 'array', :count => @issue_count do
xml.issues :type => 'array' do
@issues.each do |issue|
xml.issue do
xml.id issue.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment