ActionController::Base
# File lib/action_view/test_case.rb, line 22 22: def initialize 23: self.class.controller_path = "" 24: @request = ActionController::TestRequest.new 25: @response = ActionController::TestResponse.new 26: 27: @request.env.delete('PATH_INFO') 28: 29: @params = {} 30: end
# File lib/action_view/test_case.rb, line 18 18: def controller_path=(path) 19: self.class.controller_path=(path) 20: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.