Remove parameterise deprecation warning
DEPRECATION WARNING: Passing the separator argument as a positional parameter is deprecated and will soon be removed. Use `separator: '_'` instead.
This commit is contained in:
@@ -69,7 +69,7 @@ class Admin::BudgetInvestmentsController < Admin::BaseController
|
||||
end
|
||||
|
||||
def resource_name
|
||||
resource_model.parameterize("_")
|
||||
resource_model.parameterize(separator: "_")
|
||||
end
|
||||
|
||||
def load_investments
|
||||
|
||||
Reference in New Issue
Block a user