ActionController::Base
# File lib/action_view/test_case.rb, line 24 def initialize super self.class.controller_path = "" @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new @request.env.delete('PATH_INFO') @params = {} end
# File lib/action_view/test_case.rb, line 20 def controller_path=(path) self.class.controller_path=(path) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.