projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rework FOSS4g-IT and FOSSGIS banners to leave space for close 'X'
[rails.git]
/
app
/
models
/
changeset.rb
diff --git
a/app/models/changeset.rb
b/app/models/changeset.rb
index 37d26e0a7bf82e1bb911382c82d9be174fa29e47..2ec26ecee2d7612ba0ee5a277c592ffc99a940ee 100644
(file)
--- a/
app/models/changeset.rb
+++ b/
app/models/changeset.rb
@@
-238,7
+238,7
@@
class Changeset < ActiveRecord::Base
bbox.to_unscaled.add_bounds_to(el1, "_") if bbox.complete?
- el1["comments_count"] = comments.
count
.to_s
+ el1["comments_count"] = comments.
length
.to_s
if include_discussion
el2 = XML::Node.new("discussion")