Resourceful(ish) naming for api/users_controller

This commit is contained in:
Andy Allan 2019-04-10 17:06:15 +02:00
parent 5444af981c
commit e66c719294
9 changed files with 86 additions and 86 deletions

View file

@ -1,4 +0,0 @@
xml.instruct! :xml, :version => "1.0"
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(:partial => "api_user", :object => @user)
end