]> git.openstreetmap.org Git - rails.git/commit
Use a builder view for the capabilities call
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 9 Jan 2019 13:30:18 +0000 (14:30 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 9 Jan 2019 13:30:18 +0000 (14:30 +0100)
commit58c101762ecbe4300364c12624d1c57cacb00e99
treef6ca74711a60591a1c6118b469740ad87ffb1954
parent686fee43bfc1fe95e4e85e1d94fba0fe325a4ca6
Use a builder view for the capabilities call

This is easier to work with than building the XML document by hand
in the controller.
app/controllers/api_controller.rb
app/views/api/capabilities.builder [new file with mode: 0644]