mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove bazillion warnings from AP suite.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user