Class/Module Index [+]

Quicksearch

ActionView::TestCase::TestController

Attributes

params[RW]
request[RW]
response[RW]

Public Class Methods

controller_path() click to toggle source
# File lib/action_view/test_case.rb, line 28
def self.controller_path
  ''
end
new() click to toggle source
# File lib/action_view/test_case.rb, line 32
def initialize
  @request = ActionController::TestRequest.new
  @response = ActionController::TestResponse.new

  @params = {}
  send(:initialize_current_url)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.