class AbstractController::Testing::DefaultRespondToActionController

respond_to_action?(action_name)

Public Instance Methods

index() click to toggle source
# File actionview/test/actionpack/abstract/abstract_controller_test.rb, line 228
def index() self.response_body = "success" end