]> git.openstreetmap.org Git - rails.git/commit
Switch to using jbuilder for JSON templates
authorTom Hughes <tom@compton.nu>
Thu, 14 Nov 2019 19:29:14 +0000 (19:29 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 20 Nov 2019 18:54:04 +0000 (18:54 +0000)
commitb5d4c262ddf559e8f0053d40514c8d33a1e959ab
tree5730b1466d0d97690832b4956189e108d38a7edb
parent6852bc9c9255aca49da991d295c2b8c5555a3db9
Switch to using jbuilder for JSON templates
Gemfile
Gemfile.lock
app/views/api/notes/_note.json.jbuilder [moved from app/views/api/notes/_note.json.jsonify with 81% similarity]
app/views/api/notes/index.json.jbuilder [moved from app/views/api/notes/index.json.jsonify with 70% similarity]
app/views/api/notes/show.json.jbuilder [new file with mode: 0644]
app/views/api/notes/show.json.jsonify [deleted file]
app/views/messages/destroy.json.jbuilder [moved from app/views/messages/destroy.json.jsonify with 100% similarity]
app/views/messages/mark.json.jbuilder [moved from app/views/messages/mark.json.jsonify with 100% similarity]