Skip to content

Commit

Permalink
[api] add the view for the previous change - forgot git add
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Dec 19, 2012
1 parent 5361926 commit e52ae65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/api/app/views/statistics/active_request_creators.xml.builder
@@ -0,0 +1,10 @@

xml.active_request_creators(project: @project.name) do
@stats.each do |month, monthstats|
xml.per_month(month: month) do
monthstats.each do |creator, email, count|
xml.creator(login: creator, email: email, count: count)
end
end
end
end

0 comments on commit e52ae65

Please sign in to comment.