Method: ActionView::TestCase::TestController#controller_path=
- Defined in:
- lib/action_view/test_case.rb
#controller_path=(path) ⇒ Object
23 24 25 |
# File 'lib/action_view/test_case.rb', line 23 def controller_path=(path) self.class.controller_path = path end |