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:
parent
56b1214024
commit
da583df50c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue