Pluralize old_ controllers

This commit is contained in:
Andy Allan 2018-11-07 16:02:22 +01:00
parent 05117aa928
commit e85c56d151
9 changed files with 28 additions and 31 deletions

View file

@ -1,4 +1,4 @@
class OldNodeController < OldController
class OldNodesController < OldController
private
def lookup_old_element

View file

@ -1,4 +1,4 @@
class OldRelationController < OldController
class OldRelationsController < OldController
private
def lookup_old_element

View file

@ -1,4 +1,4 @@
class OldWayController < OldController
class OldWaysController < OldController
private
def lookup_old_element