Pluralize old_ controllers
This commit is contained in:
parent
05117aa928
commit
e85c56d151
9 changed files with 28 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
class OldNodeController < OldController
|
||||
class OldNodesController < OldController
|
||||
private
|
||||
|
||||
def lookup_old_element
|
|
@ -1,4 +1,4 @@
|
|||
class OldRelationController < OldController
|
||||
class OldRelationsController < OldController
|
||||
private
|
||||
|
||||
def lookup_old_element
|
|
@ -1,4 +1,4 @@
|
|||
class OldWayController < OldController
|
||||
class OldWaysController < OldController
|
||||
private
|
||||
|
||||
def lookup_old_element
|
Loading…
Add table
Add a link
Reference in a new issue