instance method
controller_path=
Ruby on Rails 8.0.4
Since v3.0.20Signature
controller_path=(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionview/lib/action_view/test_case.rb, line 26
def controller_path=(path)
self.class.controller_path = path
end
Defined in actionview/lib/action_view/test_case.rb line 26
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::TestController