1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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.