Ruby: fix deprecation warning

This commit is contained in:
Asger F
2022-06-27 10:01:37 +02:00
parent 101111bd2f
commit 09476d1c13

View File

@@ -24,7 +24,7 @@ module Railties {
API::getTopLevelMember("Rails")
.getMember("Generators")
.getMember("Actions")
.getAUse()
.getAValueReachableFromSource()
.asExpr()
.getExpr()
)