mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
prevent leaking sensitive payload
This commit is contained in:
parent
fd9308a292
commit
cbc56b6a9e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ module ActionCable
|
|||
end
|
||||
|
||||
def dispatch_action(action, data)
|
||||
logger.info action_signature(action, data)
|
||||
logger.debug action_signature(action, data)
|
||||
|
||||
if method(action).arity == 1
|
||||
public_send action, data
|
||||
|
|
Loading…
Reference in a new issue