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