projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "Fix off-by-one error in user notes list"
[rails.git]
/
app
/
views
/
notes
/
index.json.jsonify
1
json.type "FeatureCollection"
2
3
json.features(@notes) do |note|
4
json.ingest! render(:partial => "note", :object => note)
5
end