diff --git a/app/controllers/mixins/sandbox.rb b/app/controllers/mixins/sandbox.rb index 7c1ac1b89a9..1aa16fc4d16 100644 --- a/app/controllers/mixins/sandbox.rb +++ b/app/controllers/mixins/sandbox.rb @@ -42,7 +42,6 @@ def x_active_tree automation_manager_providers_tree automation_manager_cs_filter_tree cb_assignments_tree - cb_rates_tree cb_reports_tree cluster_tree configuration_scripts_tree @@ -113,7 +112,6 @@ def x_active_tree automation_manager_cs_filter automation_manager_configuration_scripts cb_assignments - cb_rates cb_reports configuration_scripts condition diff --git a/app/presenters/tree_builder.rb b/app/presenters/tree_builder.rb index b8b0de91075..ef913f56c7d 100644 --- a/app/presenters/tree_builder.rb +++ b/app/presenters/tree_builder.rb @@ -315,8 +315,6 @@ def prefixed_title(prefix, title) ## Chargeback ### Reports :cb_reports => "TreeBuilderChargebackReports", - ### Rates - :cb_rates => "TreeBuilderChargebackRates", ### Assignments :cb_assignments => "TreeBuilderChargebackAssignments",