We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af46cd commit 40a070cCopy full SHA for 40a070c
gems/actionpack/7.2/_test/test.rb
@@ -7,3 +7,7 @@ class BarController < ActionController::Base
7
end
8
9
ActionController::Base.new.render_to_string(template: 'foo', locals: { bar: 'baz' })
10
+
11
+class FooService
12
+ include ActionDispatch::Routing::RouteSet.new.url_helpers
13
+end
gems/actionpack/7.2/_test/test.rbs
@@ -3,3 +3,6 @@ end
3
4
class BarController < ActionController::Base
5
6
0 commit comments