We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0794a5 commit eea137bCopy full SHA for eea137b
lib/tasks/js_routes.rake
@@ -8,7 +8,7 @@ namespace :js do
8
namespace :routes do
9
desc "Make a js file with all rails route URL helpers and typescript definitions for them"
10
task typescript: "js:routes" do
11
- ActiveSupport::Deprecation.warn(
+ JsRoutes::Utils.deprecator.warn(
12
"`js:routes:typescript` task is deprecated. Please use `js:routes` instead."
13
)
14
end
0 commit comments