Remove bazillion warnings from AP suite.

This commit is contained in:
José Valim
2010-11-23 10:09:24 +01:00
parent 56b1214024
commit da583df50c

View File

@@ -364,7 +364,7 @@ module ActionDispatch
end
def respond_to?(method, include_private = false)
@integration_session.respond_to?(method, include_private) || super
integration_session.respond_to?(method, include_private) || super
end
# Delegate unhandled messages to the current session instance.