Commit 36ecbb69 authored by Bob Van Landuyt's avatar Bob Van Landuyt Committed by Bob Van Landuyt

Rename each route individually

parent d981f9aa
...@@ -98,9 +98,9 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration ...@@ -98,9 +98,9 @@ class RenameAllReservedPathsAgain < ActiveRecord::Migration
].freeze ].freeze
def up def up
rename_root_paths(TOP_LEVEL_ROUTES) TOP_LEVEL_ROUTES.each { |route| rename_root_paths(route) }
rename_wildcard_paths(PROJECT_WILDCARD_ROUTES) PROJECT_WILDCARD_ROUTES.each { |route| rename_wildcard_paths(route) }
rename_child_paths(GROUP_ROUTES) GROUP_ROUTES.each { |route| rename_child_paths(route) }
end end
def down def down
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment