]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/nodes_controller.rb
Pluralize nodes, ways and relations controllers
[rails.git] / app / controllers / nodes_controller.rb
similarity index 98%
rename from app/controllers/node_controller.rb
rename to app/controllers/nodes_controller.rb
index 84b814a34529fae1cd3c5be327b418e5c47a04b3..baa6d8195abd92491f57d3e1794d6adeb119ab30 100644 (file)
@@ -1,6 +1,6 @@
 # The NodeController is the RESTful interface to Node objects
 
-class NodeController < ApplicationController
+class NodesController < ApplicationController
   require "xml/libxml"
 
   skip_before_action :verify_authenticity_token