Rework to ensure views are named after the controller method name
This commit is contained in:
parent
17e6e69c39
commit
c24b0e9399
4 changed files with 9 additions and 11 deletions
5
app/views/api/traces/show.builder
Normal file
5
app/views/api/traces/show.builder
Normal file
|
@ -0,0 +1,5 @@
|
|||
xml.instruct! :xml, :version => "1.0"
|
||||
|
||||
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
||||
osm << render(@trace)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue