Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 22, 2015
1 parent aaad3ea commit a80c8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/action_cable/connection/base.rb
Expand Up @@ -100,7 +100,7 @@ def on_open
end

def on_message(message)
message_buffer.append event.data
message_buffer.append message
end

def on_close
Expand Down

0 comments on commit a80c8c0

Please sign in to comment.